UPdated README

This commit is contained in:
Belac Darkstorm
2016-09-08 01:44:44 -05:00
parent c758d57f2a
commit 6d946a123f
+9 -7
View File
@@ -17,10 +17,12 @@ Basically you need go to compile the source, AND YOU ALSO NEED TO MOUNT YOUR FLA
# Format # Format
The first place the program looks for an app's icon and info is in the /App/AppInfo directory (icon defaults to appicon_32.png, otherwise it just picks the last one it finds), but if it can't find the appinfo.ini or app icon, it looks in the apps root directory for appinfo.ini and appicon.png for info and icon respectively(Just to make it easier for custom settings in an app). The first place the program looks for an app's icon and info is in the /App/AppInfo directory (icon defaults to appicon_32.png, otherwise it just picks the last one it finds), but if it can't find the appinfo.ini or app icon, it looks in the apps root directory for appinfo.ini and appicon.png for info and icon respectively(Just to make it easier for custom settings in an app).
# TODO # TODO (Might be in order)
Add in basic wine capabilities (Wine would have to be on the host system) 1. MAKE IT BETTER
Add in a common.sh that is executed with each script. (Allows for setting environment variables such as HOME) 1. Improve linux executable detection (so it won't be stuck with .sh files)
MAKE IT BETTER 1. Add in a common.sh that is executed with each script. (Allows for setting environment variables such as HOME)
Add an open button (I know, I just wanted to get the initial working before making it user friendly) 1. Launching of .AppImage files
Check if all apps are closed when it closes and ask if you want to force stop the apps. 1. Launching of .exe files via wine (wine will have to be installed on the host system, unless there is some portable wine)
(Maybe)Create an installer. 1. Add updater for .AppImage files
1. Download .AppImage files
1. Check if all apps are closed when it closes and ask if you want to force stop the apps.