Skip to content

Commit 79d7633

Browse files
committed
Update README.md
1 parent 535392a commit 79d7633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you're good to go, run:
3939

4040
Package the app in your terminal. Make sure you're in the project directory and run the following command to package the app:
4141

42-
pyinstaller --onefile --noconsole --icon "src/assets/icon.ico" --add-data="src/assets":"assets" --name "dptoolkit" "src/__main__.py"
42+
pyinstaller -D -w -y --icon=src/assets/icon.ico --add-data=src/assets:src/assets --name=dptoolkit src/__main__.py
4343

4444
## Plans for Datapack Toolkit
4545

0 commit comments

Comments
 (0)