-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed an issue related to a popping console window from audio-extract. - Fixed a Few GUI glitches.
- Loading branch information
1 parent
b807782
commit bdf9ab4
Showing
6 changed files
with
80 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
Build (Windows): | ||
pyinstaller --windowed --hidden-import=tiktoken_ext.openai_public --hidden-import=tiktoken_ext --icon="C:\Users\Ali\Desktop\TransVisio\images\images\icon.ico" main.py | ||
nuitka --standalone --windows-console-mode=disable --msvc=latest --enable-plugin=pyside6 --module-parameter=torch-disable-jit=no --module-parameter=numba-disable-jit=no --noinclude-numba-mode=nofollow --windows-icon-from-ico="C:\Users\Ali\Desktop\TransVisio\images\images\icon.ico" main.py | ||
pyinstaller --noconsole --icon="C:\Users\Ali\Desktop\TransVisio\images\images\icon.ico" main.py | ||
|
||
Build (Mac OS): | ||
pyinstaller --onefile --windowed --hidden-import=tiktoken_ext.openai_public --hidden-import=tiktoken_ext --icon="/Users/Ali/Desktop/TransVisio/images/images/icon.icns" main.py | ||
nuitka3 --standalone --windows-console-mode=disable --clang --macos-create-app-bundle --enable-plugin=pyside6 --module-parameter=torch-disable-jit=no --module-parameter=numba-disable-jit=no --noinclude-numba-mode=nofollow --macos-app-icon="/Users/Ali/Desktop/TransVisio/images/images/icon.icns" --windows-icon-from-ico="/Users/Ali/Desktop/TransVisio/images/images/icon.icns" main.py | ||
pyinstaller --onefile --windowed --icon="/Users/Ali/Desktop/TransVisio/images/images/icon.icns" main.py | ||
|
||
You might need to manually download ccache-4.2.1.zip and move it to: | ||
/Users/ali/library/Caches/Nuitka/downloads/ccache/v4.2.1 | ||
|
||
* Use for debugging --> --console instead of --windowed | ||
* Use for debugging: | ||
--console instead of --windowed | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.