Skip to content

Commit

Permalink
Merge pull request #615 from dotarjun/fixes-issue-613
Browse files Browse the repository at this point in the history
bug: restore old app name
  • Loading branch information
OmkarPh authored Dec 9, 2023
2 parents b1ffe1b + 3d215db commit 51c96eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packager({
overwrite: true,
icon: "src/assets/app-icon/icon",
prune: true,
name: "ScanCode Workbench",
name: "ScanCode-Workbench",
ignore: new RegExp(`(${ignoreDir}^.*.(${ignoreFilesOrExtensions})$)`),
// osxSign: true,
// osxSign: {
Expand Down

0 comments on commit 51c96eb

Please sign in to comment.