Skip to content

Commit

Permalink
#420: exclude mac and linux content from MSI (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Feb 27, 2025
1 parent 7fa23c7 commit df2cda5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
mkdir -p windows-installer/msi-files
cp documentation/target/generated-docs/IDEasy.pdf windows-installer/msi-files
cp -r cli/target/package/* windows-installer/msi-files
rm -rf windows-installer/msi-files/system/mac
rm -rf windows-installer/msi-files/system/linux
cp cli/target/ideasy.exe windows-installer/msi-files/bin
cd windows-installer
dotnet tool install --global wix --version 5.0.2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
mkdir -p windows-installer/msi-files
cp documentation/target/generated-docs/IDEasy.pdf windows-installer/msi-files
cp -r cli/target/package/* windows-installer/msi-files
rm -rf windows-installer/msi-files/system/mac
rm -rf windows-installer/msi-files/system/linux
cp cli/target/ideasy.exe windows-installer/msi-files/bin
cd windows-installer
dotnet tool install --global wix --version 5.0.2
Expand Down

0 comments on commit df2cda5

Please sign in to comment.