Search found 52 matches

by martyknapp
Mon Jul 19, 2021 5:29 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

Thanks Mark!
by martyknapp
Wed May 19, 2021 7:08 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

With the latest version of LC 9.6.2 stable I'm having some issues with the app updater module. Occasionally (but not always) I'm getting time out errors when the app starts up and checks for an update. I'm seeing this on both Mac (Mojave) and Windows 10. On Mac I get "Error code: 1002 Reason: The re...
by martyknapp
Fri Feb 12, 2021 12:47 am
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6479

Re: Levure Codesigning

Thanks Jacque, I think that was it!
by martyknapp
Wed Feb 10, 2021 9:53 pm
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6479

Re: Levure Codesigning

To further muddy the waters, I just tried another Mac running Mojave it it worked fine on that one. Rebooted the first Mac and still get the error consistently. Of course that one is my main development machine! I checked the log in Console and this is what I find: "The update archive isn't signed w...
by martyknapp
Wed Feb 10, 2021 8:53 pm
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6479

Re: Levure Codesigning

I'm having more codesign issues. I just built a new version of my app with LC 9.6.2 rc2. I used the codesigning feature of Levure, though I've had to add the "--deep" parameter so that it properly signs revpdfprinter.bundle (otherwise printing to PDF fails). The app is in a DMG and is notarize, whic...
by martyknapp
Sat Feb 06, 2021 10:20 pm
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6479

Re: Levure Codesigning

After much hair pulling and some help from Matthias I seem to have this solved. It appears that starting with LC 9.6.2 “entitlements” are needed even for web deployment (at least in the case of including revzip). So for anyone else who runs into this, you can use the same entitlements that Livecode ...
by martyknapp
Thu Feb 04, 2021 7:57 pm
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6479

Re: Levure Codesigning

I've narrowed this down to the "Revolution Zip" library. I created a test stack with no code in it and set the Inclusions to match my project. I built in 9.6.2 using the LC standalone builder (not Levure). I then codesigned with AppWrapper. It failed on startup. Then one by one I deleted the inclusi...
by martyknapp
Thu Feb 04, 2021 7:18 pm
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6479

Re: Levure Codesigning

I just implemented the codesigning feature in Levure (so skipping the use of AppWrapper) and when I build with LC 9.6.2 it crashes on startup. Again the crashlog in Console states "Service exited with abnormal code: 255" If I build with LC 9.6.1 it opens fine. I didn't do the notarizing step in eith...
by martyknapp
Thu Feb 04, 2021 12:35 am
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6479

Levure Codesigning

I've been building, codesigning and notarizing a Levure-based app for quite a while now. I use AppWrapper to codesign and notarize. I'm running Mojave and X-code 10.1. Using LC 9.6.1 and all is fine. With the release of LC 9.6.2 rc2 I tried a build and have run into an issue. After a build but befor...
by martyknapp
Sun Jul 26, 2020 1:50 am
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

I just mean that I built it with a previous version number so I could test with the currently uploaded update app. This is an existing "live" app and don't want to update with an untested configuration. I did not touch the plist after building the app. Of course it was modified before the build with...
by martyknapp
Fri Jul 24, 2020 6:51 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

I've updated to the latest versions of Levure and app updater. I am building successfully. I can look in the Mac app bundle and see that it is code signed but when I run it and try to update I get "Error code: 3001" error "Reason: The update is improperly signed." If I then go back and redo the code...
by martyknapp
Wed Jul 22, 2020 7:40 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

I compared the helper.yml file with the main app.yml file and saw what looked like redundancy, so I removed the following from my app.yml file and I was able to build. Here are the lines I removed since the helper.yml file seemed to have this info: macos: - filename: ./helpers/app_updater/code/x86_6...
by martyknapp
Wed Jul 22, 2020 6:34 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

I've been trying to trouble shoot this - I went back to the previous version of the app updater and started replacing individual pieces with those from the newer version. I started with "Sparkle.framework" and the "app_updater-packager" and those would build fine. Then I went with the full new app u...
by martyknapp
Tue Jul 21, 2020 7:54 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

I just updated to the latest version of the Levure framework and the app updater helper. When I try to build (with LC 9.6 and 9.5.1 on mac) I get an error about copying Sparkle.framework. "cp: .../helpers/app_updater/code/x86_64-mac/Sparkle.framework/PrivateHeaders is a directory (not copied)." I re...
by martyknapp
Wed Feb 06, 2019 8:57 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 42923

Re: App Updater helper for Levure

I have this for WinSparkle in my appcast file:

sparkle:os="windows"
sparkle:installerArguments="/SILENT /SP-"

Go to advanced search