Skip to content

Commit

Permalink
build-assets/package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Sep 17, 2024
1 parent 968a978 commit 292a97f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"appName": "GNU sed",
"appLcName": "sed",
"platforms": "linux-x64,linux-arm64,linux-arm,darwin-x64,darwin-arm64",
"customFields": {
"programName": "sed",
"branding": "sed (GNU sed) "
},
"buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}",
"buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}",
"commandBashBuild": "bash {{ properties.dbg }} scripts/build.sh --target {{ configuration.name }} --build-folder {{ properties.buildFolderRelativePathPosix }}",
Expand Down

0 comments on commit 292a97f

Please sign in to comment.