Skip to content

Commit

Permalink
chore(ci/cd): improve build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jan 22, 2025
1 parent 0ae02d8 commit e58e6c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lf-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions build/shared/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit e58e6c1

Please sign in to comment.