Skip to content

Commit

Permalink
Add back console, change jak 2 url
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedb0T committed Sep 23, 2023
1 parent b8fe693 commit 975cbea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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',
)
4 changes: 2 additions & 2 deletions resources/jak1_mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,9 @@
"speedrunning"
],
"release_date": "2023-09-18",
"URL": "https://github.com/OpenGOAL-Mods/OG-Mod-Base/releases",
"URL": "https://github.com/open-goal/jak-project/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"
}
}

0 comments on commit 975cbea

Please sign in to comment.