From d5335477f7e8c32f42a394d9f1c95941b7b577c3 Mon Sep 17 00:00:00 2001 From: Joey Date: Fri, 4 Apr 2014 09:45:27 -0600 Subject: [PATCH] Updated with latest versions. --- README.md | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 6daf84f..479b09f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Uses node-webkit to generate "native" apps for already existing web apps. Requires the pyside library and python 2.X to run. I've only tested the code on python 2.7.3-2.7.5, so I can't speak about any lower version, but it should work as long as PySide is supported. -Note: I have tested this with an already existing node application (leximail) and it currently will overwrite any existing package.json. I'm going to fix it to only touch the json fields that it needs to instead of overwriting the whole file. Until then, make backups of your package.json! Getting Started --------------- @@ -18,33 +17,26 @@ python main.py It's a pretty simple app. Just point it the the directory that your web application lives, customize the options (the two marked with a star are the only ones required) and then choose your export options. The app will export under YOUR_OUTPUT_DIR/YOUR_APP_NAME. -What's New In v0.1.0b? +What's New In v0.1.2b? ---------------------- -Not too much. Some stability fixes and proper disabling of UI during download and extraction. +- Fixed an issue with icon copying +- Fixed a bug that overwrote existing package.json files. Prebuilt Binaries ----------------- ###Mac OS X -[Mac OS X 10.7+ download - v0.1.0b](http://www.mediafire.com/download/gw9z0hr76e78y5y/Web2ExeMac-v0.1.0b.zip) +[Mac OS X 10.7+ download - v0.1.2b](http://www.mediafire.com/download/uz9aaod7ttvdhyr/Web2ExeMac-v0.1.2b.zip) -Older Versions: - -[Mac OS X 10.7+ download - v0.0.9b](http://www.mediafire.com/download/9gc23kmdonqqp5p/Web2ExeMac.zip) You can just put the app where ever you want and double click to run it. ###Windows -[Windows 7+ download - v0.1.1b](http://www.mediafire.com/download/8l31crlxm5cb61n/Web2ExeWin-v0.1.1b.zip) +[Windows 7+ download - v0.1.2b](http://www.mediafire.com/download/zdnm8y6183215zd/Web2ExeWin-v0.1.2b.zip) -(extra minor version to fix a temporary directory issue only with windows) - -Older Versions: - -[Windows 7+ download - v0.0.9b](http://www.mediafire.com/download/utbddnfn27rc5uq/Web2ExeWin.zip) Double click the Win2Exe.exe file inside the extracted folder. @@ -52,15 +44,10 @@ Double click the Win2Exe.exe file inside the extracted folder. Only on Ubuntu 12.04. If someone knows how to make them on all linux distros, let me know. I'm using cx_Freeze to compile them to standalone apps. You must copy all .so.X.X files to either /usr/local/lib/ or /usr/lib/ for it to work. -[Linux 64bit download - v0.1.0b](http://www.mediafire.com/download/csd3bhdnmpam73v/Web2ExeLinux64-v0.1.0b.zip) +[Linux 64bit download - v0.1.2b](http://www.mediafire.com/download/5rm1d68zeyckbde/Web2ExeLinux64-v0.1.2b.zip) -[Linux 32bit download - v0.1.0b](http://www.mediafire.com/download/g20gqguh2qw8dp8/Web2ExeLinux32-v0.1.0b.zip) +[Linux 32bit download - v0.1.2b](http://www.mediafire.com/download/2rga5pzznnksw0v/Web2ExeLinux32-v0.1.2b.zip) -Older versions: - -[Linux 64bit download - v0.0.9b](http://www.mediafire.com/download/purz88rpayt99ri/Web2ExeLinux64.zip) - -[Linux 32bit download - v0.0.9b](http://www.mediafire.com/download/pfiabmhbxdge9a3/Web2ExeLinux32.zip) chmod 755 the Web2Exe binary inside the extracted folder and then run by double clicking or ./Web2Exe from the command line. Also, if you get shared library errors, you need to copy all the .so files into /usr/lib/ or /usr/local/lib/. Make sure you check to see if any libraries in /usr/lib/ conflict with the files first. @@ -81,6 +68,7 @@ Future Features --------------- - Automatic replacement of icon files inside of Mac apps and Windows exes. Right now, the only way to have a custom Mac icon is to convert your image to .icns format and put it in the resources folder of the app. For windows, you have to use a utility like Resource Hacker. +- Ability to specify a node-webkit version. Currently, it just grabs v0.9.2. Screenshots -----------