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

Commit 8b06fcc

Browse files
committed
Merge branch 'master' of https://github.com/Snaacky/Crouchjump
2 parents ef5a970 + 1426d91 commit 8b06fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compile.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
REM This compile script sucks really hard. It assumes you have 64-bit Python 3.5 with PyInstaller already installed.
12
@RD /S /Q "dist"
23
cd %~p0
34
python %localappdata%\Programs\Python\Python35\Scripts\pyinstaller-script.py src/crouchjump.py --onefile --clean --icon=img/logo.ico --key=zfDzwOwIUvnQemip
@@ -6,4 +7,4 @@ del /s /q "crouchjump.spec"
67
cd %~p0/utils/
78
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"
89
cd %~p0/src/
9-
@RD /S /Q "__pycache__"
10+
@RD /S /Q "__pycache__"

0 commit comments

Comments
 (0)