From e58e6c1467445b7f6c6c6b1947efb3e552f25a77 Mon Sep 17 00:00:00 2001 From: Markus Frei Date: Wed, 22 Jan 2025 21:22:01 +0100 Subject: [PATCH] chore(ci/cd): improve build tools --- .github/workflows/lf-windows-build.yml | 3 --- build/shared/shared.sh | 2 -- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/lf-windows-build.yml b/.github/workflows/lf-windows-build.yml index e977d2a5e..6809ff451 100644 --- a/.github/workflows/lf-windows-build.yml +++ b/.github/workflows/lf-windows-build.yml @@ -96,9 +96,6 @@ jobs: - run: > python.exe -m nuitka - --company-name="https://www.linuxfabrik.ch" - --file-version="${{ inputs.package-iteration || '1' }}" - --product-version="${{ inputs.package-version || github.ref_name }}" --assume-yes-for-downloads --mingw64 --include-plugin-directory="${{ github.workspace }}\lib" diff --git a/build/shared/shared.sh b/build/shared/shared.sh index d603639a1..40c7914cd 100644 --- a/build/shared/shared.sh +++ b/build/shared/shared.sh @@ -14,7 +14,6 @@ compile_plugins() { if [ "$check" != "example" ]; then echo -e "\ncompiling $check..." nuitka \ - --company-name='https://www.linuxfabrik.ch' \ --assume-yes-for-downloads \ --output-dir=/tmp/output/check-plugins/ \ --remove-output \ @@ -31,7 +30,6 @@ compile_plugins() { if [ "$notification" != "example" ]; then echo -e "\ncompiling $notification..." nuitka \ - --company-name='https://www.linuxfabrik.ch' \ --assume-yes-for-downloads \ --output-dir=/tmp/output/notification-plugins/ \ --remove-output \