-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant build WacomIntuos.pkg #57
Comments
Any update on this? i am having the same errors |
Ok, what i have found is that the "WacomTabletDriver.app" is not being downloaded into the cache folder. During the process the reason for the error is its unable to get the version from info.plist. What i did was choose another app from the cache folder in order to get the version of the latest Wacom Intuos driver. I then reviewed the recipe used from the RecipeRepos to convert dmg to pkg (located in the Recipe - pkg folder). i edited the input_plist_path to point to a different app found in the cache folder. You also have to edit right below, plist_version_key</> and change "CFBundle" to "CFBundleShortVersionString". That way, the recipe will be able to find the info.plist from an app, and finish converting dmg to pkg with the version number. After you have made the edit, launch terminal and run 'autopkg update-trust-info RecipeOverrides/WacomIntuosDriver.jss.recipe' so that the changes are trusted. Once you run the Wacom Intuos Driver.jss override, it will have no errors. |
PR #61 fixes this issue. |
Hi.
Im getting this error then running the WacomIntuos.pkg recipe.
I cleaned out all old stuff and added the recipe again but still get the same error:
.........
Processing WacomIntuos.pkg...
WARNING: WacomIntuos.pkg is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
File '/Volumes/Backup_Cache/AutoPKG/Cache/com.github.novaksam.pkg.WacomIntuos/downloads/PAYLOAD/Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Info.plist' does not exist or could not be read.
Failed.
The following recipes failed:
WacomIntuos.pkg
Error in com.github.novaksam.pkg.WacomIntuos: Processor: Versioner: Error: File '/Volumes/Backup_Cache/AutoPKG/Cache/com.github.novaksam.pkg.WacomIntuos/downloads/PAYLOAD/Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Info.plist' does not exist or could not be read.
Nothing downloaded, packaged or imported.
The text was updated successfully, but these errors were encountered: