-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate-readme.txt
More file actions
18 lines (13 loc) · 815 Bytes
/
template-readme.txt
File metadata and controls
18 lines (13 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is a (the?) PortableApps.com Application Template. You should probably
start a new package from this. There are a few things which need doing to make
your application package from this:
* Update help.html, replacing strings in between double asterisks (like ``**App
Name**``) with the appropriate details of the app. Also app-specific links
may be added.
* Put the app in the right subdirectory in App.
* Create everything in App\AppInfo and App\AppInfo\Launcher (the Development
Test splash screen has been put in for convenience).
* Run the PortableApps.com Launcher Generator over the directory to build the
launcher (make sure you've done the AppInfo stuff first, or at least the app
name in appinfo.ini and appicon.ico).
Additionally, you should not change anything in the Other directory.