Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Use nuitka to generate an exe for easier distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarst committed Sep 18, 2020
1 parent bd9006e commit ca1221e
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 9 deletions.
2 changes: 0 additions & 2 deletions GS Launchpad 1080p.bat

This file was deleted.

2 changes: 0 additions & 2 deletions GS Launchpad 1440p.bat

This file was deleted.

2 changes: 0 additions & 2 deletions GS Launchpad 4k.bat

This file was deleted.

2 changes: 0 additions & 2 deletions GS Launchpad 720p.bat

This file was deleted.

1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pywin32 = "*"
pypiwin32 = "*"
psutil = "*"
PyAutoGUI = "*"
nuitka = "*"

[requires]
python_version = "3.8"
9 changes: 8 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pipenv run nuitka --output-dir=dist --mingw64 .\gamestream_launchpad.py
1 change: 1 addition & 0 deletions dist/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gamestream_launchpad.build/
2 changes: 2 additions & 0 deletions dist/GS Launchpad 1080p.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
start /MIN pipenv run gamestream_launchpad.exe 1920 1080
2 changes: 2 additions & 0 deletions dist/GS Launchpad 1440p.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
start /MIN pipenv run gamestream_launchpad.exe 2560 1440
2 changes: 2 additions & 0 deletions dist/GS Launchpad 4k.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
start /MIN pipenv run gamestream_launchpad.exe 3840 2160
2 changes: 2 additions & 0 deletions dist/GS Launchpad 720p.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
start /MIN pipenv run gamestream_launchpad.exe 1280 720
Binary file added dist/gamestream_launchpad.exe
Binary file not shown.
Binary file added dist/python38.dll
Binary file not shown.

0 comments on commit ca1221e

Please sign in to comment.