From 39a1e1dec0c146c65e2c6a065dd3bacd7d273549 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:09:26 +0000 Subject: [PATCH] Update compile-binary.yml --- .github/workflows/compile-binary.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index 79f7128..c8d6ca2 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -24,7 +24,9 @@ jobs: pip install . - name: Build binary with Nuitka run: | - python -m nuitka --no-deployment-flag=self-execution --onefile --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html --follow-imports Whatsapp_Chat_Exporter/__main__.py --output-filename=wtsexporter + python -m nuitka --no-deployment-flag=self-execution --onefile \ + --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html \ + --assume-yes-for-downloads --follow-imports Whatsapp_Chat_Exporter/__main__.py --output-filename=wtsexporter cp wtsexporter.bin wtsexporter_linux_x64 sha256sum wtsexporter_linux_x64 - uses: actions/upload-artifact@v4 @@ -48,7 +50,9 @@ jobs: pip install . - name: Build binary with Nuitka run: | - python -m nuitka --no-deployment-flag=self-execution --onefile --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html --assume-yes-for-downloads --follow-imports Whatsapp_Chat_Exporter\__main__.py --output-filename=wtsexporter + python -m nuitka --no-deployment-flag=self-execution --onefile \ + --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html \ + --assume-yes-for-downloads --follow-imports Whatsapp_Chat_Exporter\__main__.py --output-filename=wtsexporter copy wtsexporter.exe wtsexporter_x64.exe Get-FileHash wtsexporter_x64.exe - uses: actions/upload-artifact@v4 @@ -72,7 +76,9 @@ jobs: pip install . - name: Build binary with Nuitka run: | - python -m nuitka --no-deployment-flag=self-execution --onefile --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html --follow-imports Whatsapp_Chat_Exporter/__main__.py --output-filename=wtsexporter + python -m nuitka --no-deployment-flag=self-execution --onefile \ + --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html \ + --assume-yes-for-downloads --follow-imports Whatsapp_Chat_Exporter/__main__.py --output-filename=wtsexporter cp wtsexporter.bin wtsexporter_macos_x64 shasum -a 256 wtsexporter_macos_x64 - uses: actions/upload-artifact@v4