Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zachey01 committed Oct 23, 2024
1 parent 0af00ce commit 920598c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,8 @@ jobs:
pip install -r requirements.txt
- name: Build with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
main_file: main.py
output_dir: ./build
output_name: SmoothedScroll.exe
icon: ./assets/icon.ico
enable_plugin: tk-inter
jobs: 8
standalone: true
onefile: true
remove_output: true
windows_disable_console: true
static_libpython: no
run: |
nuitka --onefile main.py --enable-plugin=tk-inter --jobs=8 --static-libpython=no --remove-output --standalone --windows-disable-console --windows-icon-from-ico=./assets/icon.ico --output-filename=SmoothedScroll
- name: Configure Git
run: |
Expand Down

0 comments on commit 920598c

Please sign in to comment.