Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadlaxa committed Jul 12, 2024
1 parent 3bb913c commit c554808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python_ver: '3.11'
spec: 'OpenUtau-Dictionary-Editor\OpenUtau_Dictionary_Editor.spec'
requirements: 'OpenUtau-Dictionary-Editor\OU Dictionary Editor\requirements.txt'
upload_exe_with_name: 'OpenUtau_Dictionary_Editor'
options: --onefile --console --icon "OpenUtau-Dictionary-Editor\OU Dictionary Editor\Assets\icon.ico" \
--hidden-import "Assets.G2p.arpabet_plus" \
--hidden-import "Assets.G2p.frenchG2p" \
Expand All @@ -47,6 +48,7 @@ jobs:
python_ver: '3.11'
spec: 'OpenUtau-Dictionary-Editor\OpenUtau_Dictionary_Editor.spec'
requirements: 'OpenUtau-Dictionary-Editor\OU Dictionary Editor\requirements.txt'
upload_exe_with_name: 'OpenUtau_Dictionary_Editor'
options: --onefile --console \
--hidden-import "Assets.G2p.arpabet_plus" \
--hidden-import "Assets.G2p.frenchG2p" \
Expand All @@ -72,6 +74,7 @@ jobs:
python_ver: '3.11'
spec: 'OpenUtau-Dictionary-Editor\OpenUtau_Dictionary_Editor.spec'
requirements: 'OpenUtau-Dictionary-Editor\OU Dictionary Editor\requirements.txt'
upload_exe_with_name: 'OpenUtau_Dictionary_Editor'
options: --onefile --console \
--hidden-import "Assets.G2p.arpabet_plus" \
--hidden-import "Assets.G2p.frenchG2p" \
Expand Down

0 comments on commit c554808

Please sign in to comment.