Skip to content

Commit b78543c

Browse files
committed
re-generate commons
1 parent 20dcefc commit b78543c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

build-assets/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
"@xpack-dev-tools/xbb-helper": "^3.1.3"
1717
},
1818
"properties": {
19-
"appName": "GNU sed",
20-
"appLcName": "sed",
2119
"platforms": "linux-x64,linux-arm64,linux-arm,darwin-x64,darwin-arm64",
2220
"customFields": {
2321
"programName": "sed",
@@ -37,7 +35,7 @@
3735
"actions": {
3836
"deep-clean": [
3937
"rm -rf build xpacks node_modules package-lock.json",
40-
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*"
38+
"rm -rf ${HOME}/Work/xpack-dev-tools-build/sed-[0-9]*-*"
4139
],
4240
"install": [
4341
"npm install",
@@ -93,7 +91,7 @@
9391
"actions": {
9492
"deep-clean": [
9593
"rm -rf {{properties.buildFolderRelativePathPosix}}",
96-
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*/{{configuration.name}}"
94+
"rm -rf ${HOME}/Work/xpack-dev-tools-build/sed-[0-9]*-*/{{configuration.name}}"
9795
],
9896
"install": "xpm install --config {{configuration.name}}"
9997
}
@@ -110,7 +108,7 @@
110108
"common-docker": {
111109
"hidden": true,
112110
"properties": {
113-
"containerName": "{{properties.appLcName}}-{{package.version}}-{{configuration.name}}",
111+
"containerName": "sed-{{package.version}}-{{configuration.name}}",
114112
"force32": ""
115113
},
116114
"actions": {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"liquidjs": "^10.19.1"
7474
},
7575
"topConfig": {
76-
"longName": "GNU sed"
76+
"longName": "GNU sed",
77+
"shortName": "sed"
7778
},
7879
"engines": {
7980
"node": " >=18.0.0"

0 commit comments

Comments
 (0)