We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535392a commit 79d7633Copy full SHA for 79d7633
README.md
@@ -39,7 +39,7 @@ If you're good to go, run:
39
40
Package the app in your terminal. Make sure you're in the project directory and run the following command to package the app:
41
42
- pyinstaller --onefile --noconsole --icon "src/assets/icon.ico" --add-data="src/assets":"assets" --name "dptoolkit" "src/__main__.py"
+ pyinstaller -D -w -y --icon=src/assets/icon.ico --add-data=src/assets:src/assets --name=dptoolkit src/__main__.py
43
44
## Plans for Datapack Toolkit
45
0 commit comments