Skip to content

Commit 7c09c87

Browse files
committed
Removed compression for Windows and Ubuntu. Added whisper as hidden import.
1 parent 24a9fe2 commit 7c09c87

File tree

4 files changed

+1
-100517
lines changed

4 files changed

+1
-100517
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@ jobs:
4343
4444
strip dist/Scriptify
4545
46-
sudo apt install p7zip-full
47-
7z a -t7z -mx=9 -m0=lzma2 -ms=on Scriptify.7z dist/Scriptify
48-
4946
- name: Build for Windows
5047
if: matrix.os == 'windows-latest'
5148
run: |
52-
pyinstaller --onefile --name Scriptify --icon web/favicon.ico --add-data "ffmpeg/ffmpeg_windows.zip:ffmpeg" --hidden-import="whisper.assets" `
49+
pyinstaller --onefile --name Scriptify --icon web/favicon.ico --add-data "ffmpeg/ffmpeg_windows.zip:ffmpeg" --hidden-import="whisper" `
5350
--add-data "web:web" --add-data "js:js" --add-data "index.html:." --add-data "launch.html:." --add-data "style.css:." `
5451
main.py --version-file version_info.txt
5552

0 commit comments

Comments
 (0)