diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index 3f465a1..ece376f 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -51,7 +51,7 @@ jobs: - name: Zip standalone folder uses: vimtor/action-zip@v1 with: - files: main.dist/ + files: nbstool.dist/ dest: NBSTool_${{ runner.os }}_${{ matrix.arch }}.zip - name: Upload artifacts diff --git a/nuitka.txt b/nuitka.txt index b7b10e7..8006ff6 100644 --- a/nuitka.txt +++ b/nuitka.txt @@ -1 +1 @@ -poetry run nuitka --standalone --enable-plugin=tk-inter --user-package-configuration-file=custom-nuitka-package.config.yml --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.4.0.0 --windows-product-version=1.4.0.0 --windows-file-description=NBSTool --show-anti-bloat-changes --assume-yes-for-downloads --report=compilation-report.xml main.py \ No newline at end of file +poetry run nuitka --standalone --enable-plugin=tk-inter --user-package-configuration-file=custom-nuitka-package.config.yml --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.4.0.0 --windows-product-version=1.4.0.0 --windows-file-description=NBSTool --show-anti-bloat-changes --assume-yes-for-downloads --report=compilation-report.xml nbstool.py \ No newline at end of file