diff --git a/setup.win.py b/setup.win.py index 495c33b..fcff8d9 100644 --- a/setup.win.py +++ b/setup.win.py @@ -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")), diff --git a/thirdparty/windows/stopgo-win-deps.nsi b/thirdparty/windows/stopgo-win-deps.nsi index 320cf58..b9219b8 100644 --- a/thirdparty/windows/stopgo-win-deps.nsi +++ b/thirdparty/windows/stopgo-win-deps.nsi @@ -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