We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.productName
package.json
1 parent 234dcc0 commit 184bc1bCopy full SHA for 184bc1b
nix/internal/any-darwin.nix
@@ -276,7 +276,9 @@ in rec {
276
cp node_modules/"$f" "$pathtoapp"/Contents/Resources/app/build/
277
done
278
279
- jq --arg name "xxx" '.productName = $name' "$pathtoapp/Contents/Resources/app/package.json" >tmp-package.json
+ jq >tmp-package.json <"$pathtoapp/Contents/Resources/app/package.json" \
280
+ --arg name ${lib.escapeShellArg launcherConfigs.${cluster}.installerConfig.spacedName} \
281
+ '.productName = $name'
282
mv tmp-package.json "$pathtoapp/Contents/Resources/app/package.json"
283
284
dir="$pathtoapp/Contents/MacOS"
0 commit comments