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.
1 parent c372ff4 commit c84001eCopy full SHA for c84001e
package/PackageInfo
@@ -0,0 +1,2 @@
1
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+<pkg-info postinstall-action="logout"/>
package/make_package
@@ -11,6 +11,7 @@ get_app_version() {
11
}
12
13
pkgbuild \
14
+ --info PackageInfo \
15
--root "${PROJECT_ROOT}/build/Release" \
16
--component-plist Squirrel-component.plist \
17
--identifier "${BUNDLE_IDENTIFIER}" \
0 commit comments