Skip to content

Commit

Permalink
windows uses different install path for 32 and 64 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaatu committed Jun 12, 2016
1 parent b6d21ab commit b929681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.win.py
Expand Up @@ -13,7 +13,7 @@
base = "Win32GUI"

setup( name = "StopGo",
version = "0.0.9",
version = "0.10.1",
description = "StopGo Stop Motion Animation",
options = {"build_exe": build_exe_options},
include_files = (os.path.join("usr","share","pyshared","stopgolibs")),
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/windows/stopgo-win-deps.nsi
Expand Up @@ -35,7 +35,7 @@ Section "WinFF 1.5.4"
Exec "C:\WinFF-1.5.4-Setup-3.exe"
DetailPrint "Installing WinFF and ffmpeg..."
MessageBox MB_OK "Installation Complete"
${EnvVarUpdate} $0 "PATH" "A" "HKLM" "C:\Program Files\WinFF\"
${EnvVarUpdate} $0 "PATH" "A" "HKLM" "%PROGRAMFILES%\WinFF\"
Delete "C:\WinFF-1.5.4-Setup-3.exe"
SectionEnd

0 comments on commit b929681

Please sign in to comment.