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 \