How do I turn a .image file into a .app and .exe? Can you even do it on a mac?
Offline
I have been wanting to turn my .zip file program into a app or exe
Offline
rocket101 wrote:
How do I turn a .image file into a .app and .exe? Can you even do it on a mac?
Question bump
Offline
Double bump
Offline
If you get BYOB 2 you can package your project as an EXE with the scratch image file.
Offline
AFAIK the image can't be turned into an executable, actually the executable uses the image to run.
Offline
technoguyx wrote:
AFAIK the image can't be turned into an executable, actually the executable uses the image to run.
The executable is the virtual machine, the .image file is the OS (boot device)
when you click on squeak.exe(or .app) and it asks you for an image file, think of it as selecting a boot device.
You can't convert an OS to be standalone, you need both.
Offline
technoguyx wrote:
AFAIK the image can't be turned into an executable, actually the executable uses the image to run.
How do you make an executable that uses the image to run?
Offline
rocket101 wrote:
technoguyx wrote:
AFAIK the image can't be turned into an executable, actually the executable uses the image to run.
How do you make an executable that uses the image to run?
See my explanation ^ upwards.
Offline
rocket101 wrote:
technoguyx wrote:
AFAIK the image can't be turned into an executable, actually the executable uses the image to run.
How do you make an executable that uses the image to run?
The Scratch .exe or .app should do fine. I'm not sure how it's coded so I can't tell you how to code your own executable to boot the image - try asking the Scratch Team.
Offline
Because the .app runs on the .image just copy Scratch.app and rename it, also renaming the .image and the .changes files to match so. This worked for my Peck.
But I did it on a Mac.
Offline