Skip to content

Commit

Permalink
fix: include both icon and config
Browse files Browse the repository at this point in the history
  • Loading branch information
style77 committed Jan 21, 2024
1 parent 6da45d1 commit 420e929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cxfreeze --base-name=Win32GUI --icon=app/assets/logo.ico --include-modules=_tkinter --include-modules=SpeechRecognition --include-modules=deep-translator --include-modules=app --include-files=app/config.json --include-files=app/assets/logo.ico --target-dir=dist --target-name=rtTranslator app/__main__.py
cxfreeze --base-name=Win32GUI --icon=app/assets/logo.ico --include-modules=_tkinter --include-modules=SpeechRecognition --include-modules=deep-translator --include-modules=app --include-files="app/config.json,app/assets/logo.ico" --target-dir=dist --target-name=rtTranslator app/__main__.py

0 comments on commit 420e929

Please sign in to comment.