Skip to content

Commit

Permalink
Move pack-universal-win.sh to desktop/scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 10, 2024
1 parent b67a69d commit ef78a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ if [[ "$UNIVERSAL" == "true" && "$(uname -s)" == "MINGW"* ]]; then
if [[ "$OPTIMIZE" == "true" ]]; then
WIN_PACK_ARGS+=(--optimize)
fi
./scripts/pack-universal-win.sh \
./desktop/scripts/pack-universal-win.sh \
--x64-installer "$SCRIPT_DIR/dist/"*"$PRODUCT_VERSION"_x64.exe \
--arm64-installer "$SCRIPT_DIR/dist/"*"$PRODUCT_VERSION"_arm64.exe \
"${WIN_PACK_ARGS[@]}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -eu

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$SCRIPT_DIR/.."
cd "$SCRIPT_DIR/../.."

CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-"target"}

Expand Down

0 comments on commit ef78a60

Please sign in to comment.