Skip to content

Commit

Permalink
Update installer.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Nov 17, 2024
1 parent d3d01fc commit 767e64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

; 常量
!define NAME "WebGal_Terre"
!define VERSION "4.4.3.1" ; 版本号变量
!define VERSION "4.5.10" ; 版本号变量
!define PRODUCT_VERSION "${VERSION}.0"
!define COPYRIGHT "Mahiru - https://github.com/MakinoharaShoko" ; 版权信息
!define ICON_PATH ".\assets\nsis.ico"
Expand All @@ -25,7 +25,7 @@ Icon "${ICON_PATH}"
!define MUI_UNICON "${ICON_PATH}"
!define MUI_ABORTWARNING ; 退出时警告
; 默认安装路径
InstallDir "$PROGRAMFILES\${NAME}"
InstallDir "$LOCALAPPDATA\${NAME}"

; 版本信息
VIAddVersionKey ProductName "${NAME} Installer" ; product name
Expand Down

0 comments on commit 767e64b

Please sign in to comment.