-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
bugSomething isn't workingSomething isn't working
Description
OS
macOS Tahoe 26.0.1
Programming Language
dotnet 9.0
VPK Version
0.0.1298
Library Version
NuGet Command Line 6.14.0.116
What happened?
I use the following command
vpk pack
--packId "com.myapp"
--packVersion "0.0.1"
--packDir "bin/Release/net9.0/osx-arm64/publish"
--mainExe "MyMainExe"
--icon "./MyIcon.icns"
--outputDir "artifacts/osx-arm64"
--runtime "osx-arm64"
and it fails on the "Building Setup Package" step,
i also tried to provide a tmp.plist, however it still result in the error
Relevant log output
Pre-process steps ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 00:00:00
Code-sign application ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 00:00:00
⡿ Building portable package ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 00:00:06
Building release 0.0.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 00:00:02
⣾ Building setup package ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 00:00:03
[22:02:29 FTL]
Process failed: 'plutil -replace BundleIsRelocatable -bool NO /tmp/velopack/temp.8/tmp.plist'
Output was -
StdErr was -
/tmp/velopack/temp.8/tmp.plist: Unable to index into array with key path BundleIsRelocatable "381181295 and SpaceK33zLimula-PMA and merwaaan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working