diff --git a/build-assets/package.json b/build-assets/package.json index 4d3e831..7f55be1 100644 --- a/build-assets/package.json +++ b/build-assets/package.json @@ -16,8 +16,6 @@ "@xpack-dev-tools/xbb-helper": "^3.1.3" }, "properties": { - "appName": "GNU bison", - "appLcName": "bison", "platforms": "linux-x64,linux-arm64,linux-arm,darwin-x64,darwin-arm64", "customFields": { "programName": "bison", @@ -36,7 +34,7 @@ "actions": { "deep-clean": [ "rm -rf build xpacks node_modules package-lock.json", - "rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*" + "rm -rf ${HOME}/Work/xpack-dev-tools-build/bison-[0-9]*-*" ], "install": [ "npm install", @@ -92,7 +90,7 @@ "actions": { "deep-clean": [ "rm -rf {{properties.buildFolderRelativePathPosix}}", - "rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*/{{configuration.name}}" + "rm -rf ${HOME}/Work/xpack-dev-tools-build/bison-[0-9]*-*/{{configuration.name}}" ], "install": "xpm install --config {{configuration.name}}" } @@ -109,7 +107,7 @@ "common-docker": { "hidden": true, "properties": { - "containerName": "{{properties.appLcName}}-{{package.version}}-{{configuration.name}}", + "containerName": "bison-{{package.version}}-{{configuration.name}}", "force32": "" }, "actions": { diff --git a/package.json b/package.json index 209253b..91d51bc 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,8 @@ "liquidjs": "^10.19.1" }, "topConfig": { - "longName": "GNU bison" + "longName": "GNU bison", + "shortName": "bison" }, "engines": { "node": " >=18.0.0"