@arcforgelabs/dictate 2026.6.3 → 2026.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/dictate-listening.ico +0 -0
- package/assets/dictate-listening.png +0 -0
- package/assets/dictate.ico +0 -0
- package/assets/dictate.png +0 -0
- package/install-windows.ps1 +1 -1
- package/install.ps1 +1 -1
- package/package.json +1 -1
- package/update.ps1 +1 -1
|
Binary file
|
|
Binary file
|
package/assets/dictate.ico
CHANGED
|
Binary file
|
package/assets/dictate.png
CHANGED
|
Binary file
|
package/install-windows.ps1
CHANGED
|
@@ -257,7 +257,7 @@ function Register-InstalledApp {
|
|
|
257
257
|
$keyPath = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\Dictate"
|
|
258
258
|
New-Item -Force -Path $keyPath | Out-Null
|
|
259
259
|
New-ItemProperty -Force -Path $keyPath -Name "DisplayName" -Value "Dictate" -PropertyType String | Out-Null
|
|
260
|
-
New-ItemProperty -Force -Path $keyPath -Name "DisplayVersion" -Value "2026.6.
|
|
260
|
+
New-ItemProperty -Force -Path $keyPath -Name "DisplayVersion" -Value "2026.6.4" -PropertyType String | Out-Null
|
|
261
261
|
New-ItemProperty -Force -Path $keyPath -Name "Publisher" -Value "Arc Forge Labs" -PropertyType String | Out-Null
|
|
262
262
|
New-ItemProperty -Force -Path $keyPath -Name "InstallLocation" -Value $InstallLocation -PropertyType String | Out-Null
|
|
263
263
|
if (Test-Path $DisplayIcon) {
|
package/install.ps1
CHANGED
package/package.json
CHANGED
package/update.ps1
CHANGED