Creating installers when packaging a Levure application

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Creating installers when packaging a Levure application

Post by trevordevore »

I just added an update which I think will name the column after the .app. Try this script and let me know how it works:

https://github.com/trevordevore/levureh ... codescript
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Creating installers when packaging a Levure application

Post by trevordevore »

I've updated the master branch of the dropDMG helper with these changes. I've also added the ability to set the volume name from the app.yml file you choose. The README has updated instructions.

https://github.com/trevordevore/levurehelper-dropDMG
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
martyknapp
Posts: 52
Joined: Fri Mar 24, 2006 5:33 pm

Re: Creating installers when packaging a Levure application

Post by martyknapp »

Works great - thanks Trevor!
trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Creating installers when packaging a Levure application

Post by trevordevore »

You’re welcome.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
Post Reply