razvann / phpdesktop

PHP Desktop is an open source project founded by Czarek Tomczak in 2012 to provide a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite.
2 stars 2 forks source link

Option to embed settings.json file inside exe #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If settings.json resource is embedded in exe then use it, otherwise check for 
settigs.json file in current directory. This command can be used for embedding 
(found in node-webkit examples):

  copy /b phpdesktop.exe+resources.zip phpdesktop.exe

Original issue reported on code.google.com by czarek.t...@gmail.com on 20 Nov 2014 at 10:57