How do we create URL's to download apps...
Posted: Mon Jan 31, 2011 6:57 pm
I am windows programmer. Enough said there...
I created a simple app and I want to host this app on my web pages for people to download for free.
Notes:
Apps have their directory structures of App folder, Contents, MacOS with app in it, Resources, and info.plist... when they are created from PB.
Questions:
1) Should I zip the entire directory structure down into a file and host the link to the file for Mac users to explode on their machines?
2) I don't really want to create an install program. I just want the users to download the app anywhere they want it to reside and run it. It does not require any install parameters and is a self contained app. Do I really need an install program?
3) If zipping the directory down into a zip file is Ok then can I use windows to zip the structure or do I need to use a Mac zip program?
Thanks in advance Macsters!
I created a simple app and I want to host this app on my web pages for people to download for free.
Notes:
Apps have their directory structures of App folder, Contents, MacOS with app in it, Resources, and info.plist... when they are created from PB.
Questions:
1) Should I zip the entire directory structure down into a file and host the link to the file for Mac users to explode on their machines?
2) I don't really want to create an install program. I just want the users to download the app anywhere they want it to reside and run it. It does not require any install parameters and is a self contained app. Do I really need an install program?
3) If zipping the directory down into a zip file is Ok then can I use windows to zip the structure or do I need to use a Mac zip program?
Thanks in advance Macsters!