You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ Currently if you need to produce a build you need to run the packer in different
29
29
`npx nodegui-packer --pack <path to dist>`
30
30
31
31
This command essential takes the dist folder as the input and puts it in the suitable location inside the standalone executable. Also it runs the correct deployment tool (macdeployqt incase of mac, etc) and packs in the dependencies. The output of the command is found under the build directory. You should gitignore the build directory.
32
+
33
+
- macOS supports signing the application:
34
+
35
+
`npx nodegui-packer --pack <path to dist> --sign <identity>`
36
+
37
+
Identity should be added to the keychain and trusted first. Its value can be copied from: `security find-identity -p codesigning`
0 commit comments