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
#!/bin/bash
rm Lokal.pkg
rm -rf build/bin/Lokal.app
APP_CERTIFICATE="Developer ID Application: x (x)"
PKG_CERTIFICATE="Developer ID Installer: x (x)"
APP_NAME="Lokal"
wails build -platform darwin/universal -s -clean -trimpath
codesign -s "Developer ID Application: x (x)" -f -v --timestamp --deep --options runtime ./build/bin/$APP_NAME.app
productbuild --sign "$PKG_CERTIFICATE" --component ./build/bin/$APP_NAME.app /Applications ./$APP_NAME.pkg
xcrun notarytool submit ./Lokal.pkg --wait --apple-id "x" --team-id x --password "x"
xcrun stapler staple ./Lokal.pkg
the exact script was working on v2.8.0 but not on v2.9.2
To Reproduce
above
Expected behaviour
Conducting pre-submission checks for Lokal.pkg and initiating connection to the Apple notary service...
Submission ID received
id: x
Upload progress: 100,00% (45,2 MB of 45,2 MB)
Successfully uploaded file
id: x
path: /Lokal.pkg
Waiting for processing to complete.
Current status: Accepted..........
Processing complete
id: x
status: Accepted
Processing: /Lokal.pkg
Processing: /Lokal.pkg
The staple and validate action worked!
Screenshots
Attempted Fixes
downgrade wails cli
System Details
SUCCESS Scanning system - Please wait (this may ta
# Wails
Version | v2.8.0
# System
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
| OS | MacOS || Version | 14.5 || ID | 23F79 || Go Version | go1.22.4 || Platform | darwin || Architecture | arm64 || CPU | Apple M1 Max || GPU | Chipset Model: Apple M1 Max Type: GPU Bus: Built-In Total Number of Cores: 32 Vendor: Apple (0x106b) Metal Support: Metal 3 || Memory | 32GB |
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
# Dependencies
┌──────────────────────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version || Xcode command line tools | N/A | Installed | 2408 || Nodejs | N/A | Installed | 23.1.0 || npm | N/A | Installed | 10.9.0 ||*Xcode | N/A | Installed | 15.4 (15F31d) ||*upx | N/A | Available |||*nsis | N/A | Available ||
└────────────────────── * - Optional Dependency ───────────────────────┘
# Diagnosis
Optional package(s) installation details:
- upx : Available at https://upx.github.io/
- nsis : More info at https://wails.io/docs/guides/windows-installer/
SUCCESS Your system is ready for Wails development!
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
the exact script was working on
v2.8.0
but not onv2.9.2
To Reproduce
above
Expected behaviour
Conducting pre-submission checks for Lokal.pkg and initiating connection to the Apple notary service...
Submission ID received
id: x
Upload progress: 100,00% (45,2 MB of 45,2 MB)
Successfully uploaded file
id: x
path: /Lokal.pkg
Waiting for processing to complete.
Current status: Accepted..........
Processing complete
id: x
status: Accepted
Processing: /Lokal.pkg
Processing: /Lokal.pkg
The staple and validate action worked!
Screenshots
Attempted Fixes
downgrade wails cli
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: