Skip to content

Commit

Permalink
Change name of the msi archive to crc-windows-installer.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath authored and guillaumerose committed May 10, 2021
1 parent acef531 commit 4bde42b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -326,8 +326,8 @@ $(BUILD_DIR)/windows-amd64/crc-windows-amd64.msi: msidir
cd $(PACKAGE_DIR)/msi && light.exe -ext WixUIExtension -ext WixUtilExtension -sacl -spdb -sice:ICE61 -out ../../../$@ *.wixobj

CABS_MSI = "cab1.cab,cab2.cab,cab3.cab,crc-windows-amd64.msi"
$(BUILD_DIR)/windows-amd64/crc-installer.zip: $(BUILD_DIR)/windows-amd64/crc-windows-amd64.msi
$(BUILD_DIR)/windows-amd64/crc-windows-installer.zip: $(BUILD_DIR)/windows-amd64/crc-windows-amd64.msi
rm -f $(HOST_BUILD_DIR)/crc.exe
rm -f $(HOST_BUILD_DIR)/crc-embedder
rm -f $(HOST_BUILD_DIR)/split
pwsh -NoProfile -Command "cd $(HOST_BUILD_DIR); Compress-Archive -LiteralPath $(CABS_MSI) -DestinationPath crc-installer.zip"
pwsh -NoProfile -Command "cd $(HOST_BUILD_DIR); Compress-Archive -LiteralPath $(CABS_MSI) -DestinationPath crc-windows-installer.zip"
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -8,7 +8,7 @@ before_test:
- choco install make
- choco install wixtoolset
- set PATH=%PATH%;"C:\Program Files (x86)\WiX Toolset v3.11\bin"
- make MOCK_BUNDLE=true BUNDLE_DIR=./ out/windows-amd64/crc-installer.zip
- make MOCK_BUNDLE=true BUNDLE_DIR=./ out/windows-amd64/crc-windows-installer.zip
- make cross
test_script:
- make test
Expand All @@ -23,6 +23,6 @@ artifacts:
- path: out\windows-amd64\crc.exe
name: crc windows executable
type: File
- path: out\windows-amd64\crc-installer.zip
- path: out\windows-amd64\crc-windows-installer.zip
name: crc windows installer
type: Zip

0 comments on commit 4bde42b

Please sign in to comment.