Packaging an Levure application on Windows and Linux

Collaborate on tools, libraries, and applications beyond the IDE

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Locked
babas66
Posts: 19
Joined: Wed May 15, 2019 11:13 am
Location: France

Packaging an Levure application on Windows and Linux

Post by babas66 » Tue Apr 13, 2021 1:32 pm

Hi all,

I'm trying the great Levure Framework. I would know if it possible to make invisible all folders and .livecodescript files that are copied in the build folder when packaging an application for distribution on Windows and Linux. When packaging for macOS, the build folder contain only the standalone, but for Windows or Linux the build folder contain the externals folder (like the standalone engine of LC) and part of the levure app folder (ui, app.livecodescript, etc).

Is it possible to :
- include these files and folders in the standalone (Windows and Linux) ? maybe I missed a setting
- or place these files and folders in a different folder that the .exe ? for example using a specific setting of innoSetup
- or another idea to distribute an app on windows and linux ?

thanks

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

Re: Packaging an Levure application on Windows and Linux

Post by trevordevore » Tue Apr 13, 2021 2:08 pm

Hi,

Levure does not provide a way of combining all of the livecode files into the executable. On macOS an application is really a folder that is presented to the user as a single app.

I don't distribute apps on Linux, but on Windows it is typical to distribute an app with many files. InnoSetup handles the installation of all of the files to the proper folder.
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

babas66
Posts: 19
Joined: Wed May 15, 2019 11:13 am
Location: France

Re: Packaging an Levure application on Windows and Linux

Post by babas66 » Thu Apr 15, 2021 9:47 am

Thanks you for this reply !

mtalluto
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 125
Joined: Tue Apr 11, 2006 7:02 pm
Location: Seattle, WA
Contact:

Re: Packaging an Levure application on Windows and Linux

Post by mtalluto » Sun Aug 15, 2021 4:45 pm

I heard on a podcast that windows 11 may adopt (MacOS like) packages.
Mark Talluto
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com

jiml
Posts: 336
Joined: Sat Dec 09, 2006 1:27 am
Location: Los Angeles

Re: Packaging an Levure application on Windows and Linux

Post by jiml » Mon Aug 16, 2021 5:59 pm

I heard on a podcast that windows 11 may adopt (MacOS like) packages.
Windows copying something from the Mac!!!! How unlikely! :wink:

mtalluto
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 125
Joined: Tue Apr 11, 2006 7:02 pm
Location: Seattle, WA
Contact:

Re: Packaging an Levure application on Windows and Linux

Post by mtalluto » Mon Aug 16, 2021 8:15 pm

It is an interesting notion. The new desktop layout more close matches MacOS. The taskbar is centered like the dock in MacOS. The overall appearance is much cleaner. I hope they make packages a thing.
Mark Talluto
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com

Locked

Return to “Community Projects”