Skip to content

Commit

Permalink
Merge pull request #41 from OpenGOAL-Unofficial-Mods/changes
Browse files Browse the repository at this point in the history
Add back console, change jak 2 url
  • Loading branch information
dallmeyer authored Oct 17, 2023
2 parents 47b6737 + 569c052 commit d3ee8e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildlaunchercoreEXE.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

set mypath=%~dp0
pyinstaller --onefile openGOALModLauncher.py --icon resources\appicon.ico --noconsole
pyinstaller --onefile openGOALModLauncher.py --icon resources\appicon.ico
move "%mypath%dist\openGOALModLauncher.exe" "%mypath%/"
RENAME "%mypath%\openGOALModLauncher.exe" "openGOALModLauncher.exe"
REM @RD /S /Q "%mypath%/build"
Expand Down
4 changes: 2 additions & 2 deletions openGOALModLauncher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['resources\\appicon.ico'],
icon='resources\\appicon.ico',
)
2 changes: 1 addition & 1 deletion resources/jak1_mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"release_date": "2023-09-18",
"URL": "https://github.com/OpenGOAL-Mods/OG-Mod-Base/releases",
"image_override_url": "https://opengoal.dev/gallery/jak2/dev/demo-1.png",
"website_url": "https://github.com/open-goal/jak-project/issues",
"website_url": "https://github.com/orgs/open-goal/projects/3/views/8",
"game": "jak2"
},
"down_under": {
Expand Down

0 comments on commit d3ee8e5

Please sign in to comment.