Skip to content

Commit 99a9601

Browse files
committed
update swift extension name and cleanup script [skip ci]
1 parent 45bcc45 commit 99a9601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"recommendations": [
33
"llvm-vs-code-extensions.vscode-clangd",
4-
"sswg.swift-lang"
4+
"swiftlang.swift-vscode"
55
]
66
}

assets/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APP_DIR="$INSTALL_DIR/Fcitx5.app"
88
RESOURCES_DIR="$APP_DIR/Contents/Resources"
99

1010
# Don't remove files that must exist (which will be overwritten) as that will put Fcitx5 in a registered-but-not-listed state.
11-
rm -rf "$APP_DIR"/Contents/{bin,lib,share,Resources}
11+
rm -rf "$APP_DIR"/Contents/{bin,include,lib,share,Resources}
1212
if ls "$APP_DIR"/Contents/MacOS/Fcitx5.*; then # Debug symbols
1313
rm -rf "$APP_DIR"/Contents/MacOS/Fcitx5.*
1414
fi

0 commit comments

Comments
 (0)