diff options
| author | Fuwn <[email protected]> | 2021-02-10 13:58:14 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-02-10 13:58:14 -0800 |
| commit | 4adc9c8bb6629f76e6551fbf9763ed64ca72611f (patch) | |
| tree | c7f75a4147198151745d8efbe190a454772b37bc | |
| parent | chore, annotate, refactor, feature: desc (diff) | |
| download | worldsy-4adc9c8bb6629f76e6551fbf9763ed64ca72611f.tar.xz worldsy-4adc9c8bb6629f76e6551fbf9763ed64ca72611f.zip | |
fix: icon path in `build.bat`.
| -rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |