Skip to content

Commit

Permalink
Try only repackage
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 10, 2024
1 parent 7648c5f commit ceba003
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ pushd Squirrel.app/Contents

# Remove all default rime schemas but keep opencc data and app config
# Then, download the latest schemas we need and amend the `default.yaml`
GLOBIGNORE=SharedSupport/squirrel.yaml
rm SharedSupport/*.*
cp -rf "$SCHEMA_DIR/"* SharedSupport
# GLOBIGNORE=SharedSupport/squirrel.yaml
# rm SharedSupport/*.*
# cp -rf "$SCHEMA_DIR/"* SharedSupport
popd

# Resign the application
Expand Down
6 changes: 3 additions & 3 deletions .ci/package-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ done

# Remove all default rime schemas but keep opencc data, preview images and app config
# Then, download the latest schemas we need and amend the `default.yaml`
GLOBIGNORE=data/weasel.yaml
rm data/*.*
cp -rf "$SCHEMA_DIR/"* data
# GLOBIGNORE=data/weasel.yaml
# rm data/*.*
# cp -rf "$SCHEMA_DIR/"* data

# Finally, rebuild the installer
mkdir ../resource
Expand Down

0 comments on commit ceba003

Please sign in to comment.