Hi again,

for those who might have downloaded the Wine version of InstaMaker and ran into 
an error saying that the app is damaged and should be moved into the Trash...

The DMG is okay, but due to the nature of the complete Wine file, which does 
not need Wine to be installed on your Mac, it is not notarized and some macOS 
versions come with this error message.

You could solve this by remove the quarantine attribut from the app.  To do 
this, open the Terminal.app and enter the following. 

sudo xattr -r -d com.apple.quarantine /path/to/MyApp.app

Replace /path/to/MyApp.app with the complete path to the Wine app. The easiest 
way is to type online

sudo xattr -r -d com.apple.quarantine   and then drag the app from finder 
windows into the terminal window. This copies the complete path to the command 
line.

There will be some errors saying that some files were not readable. You can 
ignore that. 

After that you can open the app without any error message.

Btw. there is a newer version of InstaMaker available with some bug fixing and 
improvements. Thanks to Scott Morrow for testing and feedback.

Windows
https://dl.qck.nu/?dl=InstaMaker_1.0.5_Setup.exe.zip

macOS Wine app
https://dl.qck.nu/?dl=InstaMaker_1.0.5.dmg 
<https://dl.qck.nu/?dl=InstaMaker_1.0.5.dmg>

Regards,
Matthias



> Am 06.10.2022 um 21:46 schrieb matthias rebbe via use-



> ivecode <use-livecode@lists.runrev.com>:
> 
> Dear all,
> 
> i am happy to announce that an updated version of InstaMaker is available.
> InstaMaker is a Wrapper for Inno Setup, a free installer for Windows programs.
> InstaMaker makes it easier to create Installers for your Livecode Windows 
> standalones with Inno Setup.
> 
> What is new
> - InstaMaker now allows to create also installers for Windows x64 
> applications on x64 editions of Windows
> - A new Wine version of InstaMaker for macOS is available. It allows to 
> create the Windows Installers directly on macOS.
> 
> Downloads:
> macOS Wine version
> https://dl.qck.nu/?dl=InstaMaker_1.0.4_RC1.app.zip
> 
> Windows x64
> https://dl.qck.nu/?dl=InstaMaker_Setup_x64.exe
> 
> 
> I would be very grateful if someone could test the new versions and would 
> give some feedback if all works as expected.
> 
> Regards,
> Matthias
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to