Skip to content

Commit b714bef

Browse files
committed
feat: change program files directory to Cloudy, closes #14
1 parent e2dcb16 commit b714bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

suap/templates/nsis_installer_script.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name "{suap-display-name}"
44
BrandingText "{suap-display-name}"
55
OutFile "{suap-binary-dist-path}"
6-
InstallDir "$PROGRAMFILES64\cloudy-org\{suap-project-name}"
6+
InstallDir "$PROGRAMFILES64\Cloudy\{suap-project-name}"
77

88
VIProductVersion "{suap-project-version}"
99
VIAddVersionKey "ProductName" "{suap-display-name}"

0 commit comments

Comments
 (0)