-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build script for windows wrapper exes
- Loading branch information
Showing
5 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@echo off | ||
call ..\venv_py3\scripts\activate.bat | ||
copy ..\nzbhydra2wrapperPy3.py windows | ||
cd windows | ||
echo "Running pyinstaller for Windows" | ||
pyinstaller NzbHydra2.spec | ||
copy dist/NZBHydra2.exe ..\..\..\..\releases\windows-release\include | ||
echo "Finished running pyinstaller for Windows" | ||
cd .. | ||
copy ..\nzbhydra2wrapperPy3.py windows_console | ||
cd windows_console | ||
echo "Running pyinstaller for Windows Console" | ||
pyinstaller "NzbHydra2 Console.spec" | ||
copy "dist\NZBHydra2 Console.exe" ..\..\..\..\releases\windows-release\include | ||
echo "Finished running pyinstaller for Windows Console" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
# | ||
|
||
|
||
echo "Make sure to also build the wrapper for arm" | ||
|
||
echo "todo windows build returns unusable exe" | ||
|
||
|
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown