aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-02-10 13:58:14 -0800
committerFuwn <[email protected]>2021-02-10 13:58:14 -0800
commit4adc9c8bb6629f76e6551fbf9763ed64ca72611f (patch)
treec7f75a4147198151745d8efbe190a454772b37bc
parentchore, annotate, refactor, feature: desc (diff)
downloadworldsy-4adc9c8bb6629f76e6551fbf9763ed64ca72611f.tar.xz
worldsy-4adc9c8bb6629f76e6551fbf9763ed64ca72611f.zip
fix: icon path in `build.bat`.
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index c132d2b..68966e6 100644
--- a/build.bat
+++ b/build.bat
@@ -1 +1 @@
-pyinstaller worldsy.py --onefile --icon=worldsy.ico --noconsole \ No newline at end of file
+pyinstaller worldsy.py --onefile --icon=assets/worldsy.ico --noconsole \ No newline at end of file