ragephoto-cli 0.1.0 release

- Commands.Win32.cs: adapt how Invalid Path Command error is triggered
This commit is contained in:
Syping 2025-12-04 12:01:58 +01:00
parent d93741acc4
commit 62f6fab345
3 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,7 @@
!define APP_EXECUTABLE "ragephoto-cli.exe"
!define APP_NAME "ragephoto-cli"
!define APP_GUID "{8AC8F2D8-DC6B-40BF-A0AF-CF939029B1ED}"
!define APP_VERSION "1.0.0.0"
!define APP_VERSION "0.1.0.0"
!define INSTALLER_NAME "${APP_NAME}_setup.exe"
!define INSTALL_TYPE "SetShellVarContext all"
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${APP_EXECUTABLE}"