Skip to content

Commit

Permalink
Hopefully fixed Nuitka workflow throwing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shararamosh committed Dec 25, 2024
1 parent 1e66cec commit f0e40e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_executable_nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
nuitka-version: main
script-name: pillow_png_tga_editor.py
onefile: true
mode: app
enable-plugins: tk-inter
include-data-dir: |
localization=localization
Expand All @@ -35,7 +35,7 @@ jobs:
with:
nuitka-version: main
script-name: mirror_concat_img.py
onefile: true
mode: app
enable-plugins: tk-inter
include-data-dir: |
localization=localization
Expand All @@ -46,7 +46,7 @@ jobs:
with:
nuitka-version: main
script-name: split_eyes_img.py
onefile: true
mode: app
enable-plugins: tk-inter
include-data-dir: |
localization=localization
Expand Down

0 comments on commit f0e40e9

Please sign in to comment.