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
Packaging an Levure application on Windows and Linux
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 1005
- Joined: Sat Apr 08, 2006 3:06 pm
- Contact:
Re: Packaging an Levure application on Windows and Linux
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.
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
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
Re: Packaging an Levure application on Windows and Linux
Thanks you for this reply !
Re: Packaging an Levure application on Windows and Linux
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
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com
Re: Packaging an Levure application on Windows and Linux
Windows copying something from the Mac!!!! How unlikely!I heard on a podcast that windows 11 may adopt (MacOS like) packages.
Re: Packaging an Levure application on Windows and Linux
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
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com