Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 3, 2024
1 parent 71dd121 commit c632db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-windows-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ wix build \
-d path_to_icon="$ICON_PATH" \
-d website_url="$WEBSITE_URL" \
-d binary_path="$BINARY_PATH" \
$WXS_FILE \
-o target/release/mannager-installer.msi \
"$WXS_FILE" \
-o "target/release/mannager-installer.msi" \
-ext WixToolset.UI.wixext

0 comments on commit c632db4

Please sign in to comment.