Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/Snaacky/Crouchjump
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaacky committed Sep 27, 2017
2 parents ef5a970 + 1426d91 commit 8b06fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
REM This compile script sucks really hard. It assumes you have 64-bit Python 3.5 with PyInstaller already installed.
@RD /S /Q "dist"
cd %~p0
python %localappdata%\Programs\Python\Python35\Scripts\pyinstaller-script.py src/crouchjump.py --onefile --clean --icon=img/logo.ico --key=zfDzwOwIUvnQemip
Expand All @@ -6,4 +7,4 @@ del /s /q "crouchjump.spec"
cd %~p0/utils/
verpatch.exe ../dist/crouchjump.exe 1.0.1.0 /va /pv 1.0.1.0 /s description "A crouch-jump hotkey script for PUBG." /s product "Crouchjump" /s copyright "No copyright applied." /s company "https://github.com/snaacky"
cd %~p0/src/
@RD /S /Q "__pycache__"
@RD /S /Q "__pycache__"

0 comments on commit 8b06fcc

Please sign in to comment.