diff --git a/Web2Exe.nsi b/Electrify.nsi similarity index 92% rename from Web2Exe.nsi rename to Electrify.nsi index bde4832..ef64a0c 100644 --- a/Web2Exe.nsi +++ b/Electrify.nsi @@ -1,7 +1,7 @@ ; Script generated by the HM NIS Edit Script Wizard. ; HM NIS Edit Wizard helper defines -!define PRODUCT_NAME "Web2Exe" +!define PRODUCT_NAME "Electrify" !define /file PRODUCT_VERSION "files\version.txt" !define PRODUCT_PUBLISHER "SimplyPixelated" !define PRODUCT_WEB_SITE "http://www.simplypixelated.com" @@ -53,7 +53,7 @@ var ICONS_GROUP ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "Web2Exe-Setup.exe" +OutFile "Electrify-Setup.exe" RequestExecutionLevel admin ;Require admin rights on NT6+ (When UAC is turned on) @@ -74,15 +74,15 @@ InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show ShowUnInstDetails show -Section "Web2Executable" SEC01 +Section "Electrifycutable" SEC01 SectionIn RO SetOutPath "$INSTDIR" SetOverwrite try - File /r /x compressors "Web2ExeWin\" + File /r /x compressors "ElectrifyWin\" - CreateDirectory "$LocalAppData\Web2Executable\Web2Executable\files\compressors" - SetOutPath "$LocalAppData\Web2Executable\Web2Executable\files\compressors" - File "Web2ExeWin\files\compressors\upx-win.exe" + CreateDirectory "$LocalAppData\Electrifycutable\Electrifycutable\files\compressors" + SetOutPath "$LocalAppData\Electrifycutable\Electrifycutable\files\compressors" + File "ElectrifyWin\files\compressors\upx-win.exe" ; Shortcuts !insertmacro MUI_STARTMENU_WRITE_BEGIN Application diff --git a/README.md b/README.md index 3635af6..c8ce549 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,20 @@ -Web2Executable +Electrify ============== -[Releases (Downloads)](https://github.com/jyapayne/Web2Executable/releases) (new!) +[Releases (Downloads)](https://github.com/jyapayne/Electrify/releases) What is it? ----------- -Web2Executable is a friendly command line and GUI application that can transform your Nodejs (or any other JS/HTML) app into a standalone executable. It can export to Mac OS X, Windows and Linux all from one platform, so no need to go out and buy expensive hardware. +From the creator of [Electrifycutable](https://github.com/jyapayne/Electrifycutable) comes Electrify, another friendly command line and GUI application that can transform your Nodejs (or any other JS/HTML) app into a standalone executable. The difference is that it is now powered by [Electron](https://github.com/atom/electron) instead of NW.js. It can export to Mac OS X, Windows and Linux all from one platform, so no need to go out and buy expensive hardware. -It's powered by the very awesome project [NWJS](https://github.com/nwjs) and PySide, is open source, and is just dang awesome and easy to use. +It's powered by the very awesome project [Electron](https://github.com/atom/electron) and PySide, is open source, and is just dang awesome and easy to use. If you have an idea for a feature, please create a new issue with a format like this: "Feature - My Awesome New Feature", along with a good description of what you'd like the feature to do. -If you got some value out of using my app, consider donating a dollar to keep me caffeinated :) - -Click here to lend your support to: Web2Executable Donations and make a donation at pledgie.com ! - On the other hand, if you have any annoyances with the application and want to contribute to making it better for everyone, please file an issue with "Annoyance:" as the first part of the title. Sometimes it's hard to know what is annoying for people and input is much appreciated :) -Who's Using It? ---------------- - -Lots of people! There are currently thousands of downloads and several articles written about using Web2Executable. - -Some articles include: - -[Getting a Phaser Game on Steam](http://phaser.io/news/2015/10/getting-a-phaser-game-on-steam) - -[Packt Publishing NW.js Essentials Tutorial](https://www.packtpub.com/packtlib/book/Web-Development/9781785280863/7/ch07lvl1sec53/Web2Executable) and [Ebook](https://books.google.ca/books?id=wz6qCQAAQBAJ&pg=PA135&lpg=PA135&dq=web2executable&source=bl&ots=sPP-3BOMXX&sig=UolyF31WcTgA-lrel2UTIfzs65U&hl=en&sa=X&redir_esc=y#v=onepage&q=web2executable&f=false) - -[A Russian NW.js Tutoral](http://canonium.com/articles/nwjs-web-to-executable) - -[Marv's Blog](http://www.marv.ph/tag/web2exe/) - -[Shotten.com Node-webkit for Poets](http://www.shotton.com/wp/2014/10/27/node-webkit-for-poets-mac-version/) - -If you have a project you'd like to see listed here that was successfully built using Web2Executable or you have written an article that mentions it, feel free to send me an email with a link and I'd be super stoked to paste it here :) - - Features -------- @@ -49,24 +25,17 @@ Features - Same performance as Google Chrome - Works with Phaser; should work with other HTML5 game libraries - Export web applications to all platforms from your current OS -- Ability to specify a node-webkit version to download +- Ability to specify an Electron version to download - Automatic insertion of icon files into Windows exe's or Mac Apps by filling out the icon fields as necessary - A command line utility with functionality equivalent to the GUI. Useful for automated builds. - Compression of executables with upx -Planned New Features --------------------- - -- The ability to add external files to the project -- Minifying JS and HTML - - Getting Started --------------- ###Using Prebuilt Binaries -When using the prebuilt binaries for Windows, Mac, or Ubuntu, there are NO dependencies or extra applications needed. Simply download Web2Exe for the platform of your choice, extract, and double click the app/exe/binary to start. This applies to both the command-line version and the GUI version. +When using the prebuilt binaries for Windows, Mac, or Ubuntu, there are NO dependencies or extra applications needed. Simply download Electrify for the platform of your choice, extract, and double click the app/exe/binary to start. This applies to both the command-line version and the GUI version. **NOTE!**: Some people report needing the Microsoft Visual C++ 2008/2010 SP1 and regular Redistributable package. I don't have a machine to test this, but just know that you might need the package if the application won't open or spits out the following error: @@ -77,11 +46,15 @@ Error: The application has failed to start because the side by side configuratio ### Run from Python Source -Requires the pyside library and python 2.X. If you want to replace the icon in the Windows Exe's, this will do it automatically with the latest code if you have PIL or Pillow installed. I've only tested the code on python 2.7.3-2.7.9, so I can't speak about any lower version, but it should work as long as PySide is supported. +Requires the pyside library and Python 3.4 or higher. If you want to replace the icon in the Windows Exe's, this will do it automatically with the latest code if you have PIL or Pillow installed. ####GUI -Install dependencies **PIL or Pillow** for icon and icns exporting. +Install dependencies: + +``` +pip install -r requirements.txt +``` Initiate submodules: @@ -92,7 +65,7 @@ git submodule update --init --recursive Run with: ``` -python main.py +python3.4 main.py ``` It's a pretty simple app. Just point it to the directory where 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. @@ -106,12 +79,12 @@ Run the command_line.py with the --help option to see a list of export options. Example usage (if using the prebuilt binary, replace `python command_line.py` with the exe name): ``` -python command_line.py /var/www/html/CargoBlaster/ --main html/index.html --export-to linux-x64 windows mac --width 900 --height 700 --nw-version 0.10.5 +python3.4 command_line.py /var/www/html/CargoBlaster/ --main html/index.html --export-to linux-x64 windows mac --width 900 --height 700 --electron-version 0.36.7 ``` ###GUI Instructions -To use Web2Exe: +To use Electrify: 1. Choose a project folder with at least one html or php file. The name of the export application will be autogenerated from the folder that you choose, so change it if you so desire. 2. Modify the options as needed. 3. Choose at least one export platform and then the Export button should enable (as long as the field names marked with a star are filled out and all files in the fields exist). @@ -122,14 +95,14 @@ To use Web2Exe: If you have an issue, please check the FAQ before filing an issue to see if it helps. -[FAQ](https://github.com/jyapayne/Web2Executable/wiki/FAQ) +[FAQ](https://github.com/jyapayne/Electrify/wiki/FAQ) ### Additional Info -[Changelog](https://github.com/jyapayne/Web2Executable/wiki/Changelog) +[Changelog](https://github.com/jyapayne/Electrify/wiki/Changelog) -[Screenshots](https://github.com/jyapayne/Web2Executable/wiki/Screenshots) +[Screenshots](https://github.com/jyapayne/Electrify/wiki/Screenshots) License diff --git a/build_command_line_linux.bash b/build_command_line_linux.bash index 3df1f97..7c0c98c 100755 --- a/build_command_line_linux.bash +++ b/build_command_line_linux.bash @@ -1,22 +1,22 @@ -rm -rf Web2ExeLinux*.zip -rm -rf Web2ExeLinux-CMD +rm -rf ElectrifyLinux*.zip +rm -rf ElectrifyLinux-CMD VERSION=$(cat files/version.txt) -pyinstaller --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import pkg_resources --hidden-import PIL._imaging --hidden-import configobj --distpath Web2ExeLinux-CMD -n web2exe-linux command_line.py -cp -rf files Web2ExeLinux-CMD/files -rm -rf Web2ExeLinux-CMD/files/downloads/* -rm Web2ExeLinux-CMD/files/error.log Web2ExeLinux-CMD/files/last_project_path.txt Web2ExeLinux-CMD/files/recent_files.txt Web2ExeLinux-CMD/files/compressors/upx-mac Web2ExeLinux-CMD/files/compressors/upx-win.exe +pyinstaller --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import pkg_resources --hidden-import PIL._imaging --hidden-import configobj --distpath ElectrifyLinux-CMD -n electrify-linux command_line.py +cp -rf files ElectrifyLinux-CMD/files +rm -rf ElectrifyLinux-CMD/files/downloads/* +rm ElectrifyLinux-CMD/files/error.log ElectrifyLinux-CMD/files/last_project_path.txt ElectrifyLinux-CMD/files/recent_files.txt ElectrifyLinux-CMD/files/compressors/upx-mac ElectrifyLinux-CMD/files/compressors/upx-win.exe -rm -rf Web2ExeLinux -pyinstaller -F --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj --hidden-import PIL._imaging --hidden-import pkg_resources -n web2exe --distpath Web2ExeLinux main.py -cp -rf files Web2ExeLinux/files -rm -rf Web2ExeLinux/files/downloads/* -rm Web2ExeLinux/files/error.log Web2ExeLinux/files/last_project_path.txt Web2ExeLinux/files/recent_files.txt Web2ExeLinux/files/compressors/upx-mac Web2ExeLinux/files/compressors/upx-win.exe +rm -rf ElectrifyLinux +pyinstaller -F --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj --hidden-import PIL._imaging --hidden-import pkg_resources -n electrify --distpath ElectrifyLinux main.py +cp -rf files ElectrifyLinux/files +rm -rf ElectrifyLinux/files/downloads/* +rm ElectrifyLinux/files/error.log ElectrifyLinux/files/last_project_path.txt ElectrifyLinux/files/recent_files.txt ElectrifyLinux/files/compressors/upx-mac ElectrifyLinux/files/compressors/upx-win.exe -zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/* -zip -r -9 Web2ExeLinux-${VERSION}.zip Web2ExeLinux +zip -r -9 ElectrifyLinux-CMD.zip ElectrifyLinux-CMD/* +zip -r -9 ElectrifyLinux-${VERSION}.zip ElectrifyLinux python3.4 upload_release.py diff --git a/build_mac.bash b/build_mac.bash index 6206646..a786fcf 100755 --- a/build_mac.bash +++ b/build_mac.bash @@ -1,34 +1,34 @@ VERSION=$(cat files/version.txt) -rm -rf Web2ExeMac* +rm -rf ElectrifyMac* rm files/error.log files/last_project_path.txt files/recent_files.txt rm -rf files/downloads/* -rm -rf Web2ExeMac-CMD/files -pyinstaller --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj --hidden-import pkg_resources --distpath Web2ExeMac-CMD --onefile -n web2exe-mac command_line.py -cp -rf files Web2ExeMac-CMD/files/ +rm -rf ElectrifyMac-CMD/files +pyinstaller --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj --hidden-import pkg_resources --distpath ElectrifyMac-CMD --onefile -n electrify-mac command_line.py +cp -rf files ElectrifyMac-CMD/files/ -rm -rf build dist Web2Executable.app +rm -rf build dist Electrifycutable.app #sudo python build_mac_setup.py py2app --iconfile icon.icns -pyinstaller -w --hidden-import PIL.Jpeg2KImagePlugin --hidden-import PyQt4 --hidden-import PIL --hidden-import configobj --hidden-import pkg_resources --distpath Web2ExeMac --onefile -n Web2Executable main.py +pyinstaller -w --hidden-import PIL.Jpeg2KImagePlugin --hidden-import PyQt4 --hidden-import PIL --hidden-import configobj --hidden-import pkg_resources --distpath ElectrifyMac --onefile -n Electrifycutable main.py -#sudo chown -R joey dist/Web2Executable.app +#sudo chown -R joey dist/Electrifycutable.app #sudo chown -R joey dist/ build/ -#mv dist/Web2Executable.app Web2Executable.app +#mv dist/Electrifycutable.app Electrifycutable.app -mv Web2ExeMac/Web2Executable.app . +mv ElectrifyMac/Electrifycutable.app . -#rm -rf Web2Executable.app/Contents/Frameworks/QtDesigner* -#rm -rf Web2Executable.app/Contents/Frameworks/QtXml* -#rm -rf Web2Executable.app/Contents/Frameworks/QtWebKit* -#rm -rf Web2Executable.app/Contents/Frameworks/QtScript* +#rm -rf Electrifycutable.app/Contents/Frameworks/QtDesigner* +#rm -rf Electrifycutable.app/Contents/Frameworks/QtXml* +#rm -rf Electrifycutable.app/Contents/Frameworks/QtWebKit* +#rm -rf Electrifycutable.app/Contents/Frameworks/QtScript* -cp icon.icns Web2Executable.app/Contents/Resources/icon-windowed.icns -cp -rf files Web2Executable.app/Contents/MacOS/ +cp icon.icns Electrifycutable.app/Contents/Resources/icon-windowed.icns +cp -rf files Electrifycutable.app/Contents/MacOS/ rm -rf build dist -/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-CMD.zip Web2ExeMac-CMD -/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-${VERSION}.zip Web2Executable.app +/Applications/Keka.app/Contents/Resources/keka7z a -r ElectrifyMac-CMD.zip ElectrifyMac-CMD +/Applications/Keka.app/Contents/Resources/keka7z a -r ElectrifyMac-${VERSION}.zip Electrifycutable.app python upload_release.py diff --git a/build_mac_setup.py b/build_mac_setup.py deleted file mode 100644 index c14ff36..0000000 --- a/build_mac_setup.py +++ /dev/null @@ -1,28 +0,0 @@ -""" -This is a setup.py script generated by py2applet - -Usage: - python setup.py py2app -""" - -from setuptools import setup - -APP = ['main.py'] -DATA_FILES = ['files'] -OPTIONS = { - 'iconfile': 'icon.icns', - 'includes': ['PySide.QtCore', 'PySide.QtGui', 'PySide.QtNetwork', 'configobj', 'PIL.Jpeg2KImagePlugin', 'pkg_resources'], - 'packages': ['PIL'], - 'excludes': ['numpy', 'matplotlib', 'PyQt5', 'PySide.QtXmlPatterns', 'PySide.QtWebEngineCore', 'PySide.QtDesigner', 'PySide.QtScript', 'PySide.QtWebkit', 'Cython', 'selenium', 'scapy', 'pytz', 'pygments', 'pip', 'netaddr', 'mercurial', 'cx_Freeze', 'bpython', 'astroid', 'Shiboken', 'PyInstaller', 'sip', 'llvmpy', 'llvm', 'pylint', 'unittest', 'pysideuic', 'email', 'Tkinter', 'multiprocessing', 'yaml', 'logilab', 'urwid', 'test', 'networkx' ], - 'dylib_excludes':['QtXml.framework', 'QtWebkit.framework', 'QtScript.framework', 'QtDesigner.framework', 'QtWebEngineCore.framework', 'QtXmlPatterns.framework', 'QtNetwork.framework', 'QtGui.framework', 'QtCore.framework'] - } - -setup( - name='Web2Executable', - version='0.2.2b', - app=APP, - author='Joey Payne', - data_files=DATA_FILES, - options={'py2app': OPTIONS}, - setup_requires=['py2app'], -) diff --git a/build_windows.bat b/build_windows.bat index eaf2d28..98f2f92 100755 --- a/build_windows.bat +++ b/build_windows.bat @@ -1,29 +1,29 @@ -rd /S /Q Web2ExeWin +rd /S /Q ElectrifyWin del *.zip -call pyinstaller --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj --hidden-import pkg_resources -i icon.ico --distpath command_line_builds -n web2exe-win command_line.py +call pyinstaller --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj --hidden-import pkg_resources -i icon.ico --distpath command_line_builds -n electrify-win command_line.py rd /S /Q command_line_builds\files echo D | xcopy /s files command_line_builds\files -call pyinstaller -w --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import pkg_resources --hidden-import configobj -i icon.ico --distpath Web2ExeWin -n Web2Exe main.py -echo D | xcopy /s files Web2ExeWin\files +call pyinstaller -w --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import pkg_resources --hidden-import configobj -i icon.ico --distpath ElectrifyWin -n Electrify main.py +echo D | xcopy /s files ElectrifyWin\files -del Web2ExeWin\files\compressors\upx-mac -del Web2ExeWin\files\compressors\upx-linux-x64 -del Web2ExeWin\files\compressors\upx-linux-x32 +del ElectrifyWin\files\compressors\upx-mac +del ElectrifyWin\files\compressors\upx-linux-x64 +del ElectrifyWin\files\compressors\upx-linux-x32 del command_line_builds\files\compressors\upx-mac del command_line_builds\files\compressors\upx-linux-x64 del command_line_builds\files\compressors\upx-linux-x32 -makensis /V4 Web2Exe.nsi +makensis /V4 Electrify.nsi set /p Version== 12: - path = path.replace('node-webkit', 'nwjs') return path @@ -489,7 +480,7 @@ class CommandBase(object): dl_export_items = (list(self.settings['download_settings'].items()) + list(self.settings['export_settings'].items()) + list(self.settings['compression'].items()) + - list(self.settings['web2exe_settings'].items())) + list(self.settings['electrify_settings'].items())) else: dl_export_items = (list(self.settings['download_settings'].items()) + list(self.settings['export_settings'].items()) + @@ -720,13 +711,13 @@ class CommandBase(object): zip_file = utils.path_join(temp_dir, self.project_name()+'.nw') - app_nw_folder = utils.path_join(temp_dir, self.project_name()+'.nwf') + app_electron_folder = utils.path_join(temp_dir, self.project_name()+'.nwf') if self.project_dir() in self.output_dir(): - utils.copytree(self.project_dir(), app_nw_folder, + utils.copytree(self.project_dir(), app_electron_folder, ignore=shutil.ignore_patterns(os.path.basename(self.output_dir()))) else: - utils.copytree(self.project_dir(), app_nw_folder) + utils.copytree(self.project_dir(), app_electron_folder) for ex_setting in self.settings['export_settings'].values(): if ex_setting.value: @@ -737,8 +728,6 @@ class CommandBase(object): versions = re.findall('(\d+)\.(\d+)\.(\d+)', self.selected_version())[0] minor = int(versions[1]) - if minor >= 12: - export_dest = export_dest.replace('node-webkit', 'nwjs') if os.path.exists(export_dest): utils.rmtree(export_dest, ignore_errors=True) @@ -775,16 +764,16 @@ class CommandBase(object): self.progress_text += '.' - app_nw_res = utils.path_join(app_path, + app_electron_res = utils.path_join(app_path, 'Contents', 'Resources', 'default_app') - if os.path.exists(app_nw_res): - utils.rmtree(app_nw_res) + if os.path.exists(app_electron_res): + utils.rmtree(app_electron_res) - utils.copytree(app_nw_folder, app_nw_res) + utils.copytree(app_electron_folder, app_electron_res) self.create_icns_for_app(utils.path_join(app_path, 'Contents', @@ -799,13 +788,13 @@ class CommandBase(object): ext = '.exe' windows = True - nw_path = utils.path_join(export_dest, + electron_path = utils.path_join(export_dest, ex_setting.binary_location) if windows: - self.replace_icon_in_exe(nw_path) + self.replace_icon_in_exe(electron_path) - self.compress_nw(nw_path) + self.compress_nw(electron_path) dest_binary_path = utils.path_join(export_dest, self.project_name() + @@ -813,16 +802,16 @@ class CommandBase(object): if 'linux' in ex_setting.name: self.make_desktop_file(dest_binary_path, export_dest) - utils.move(nw_path, dest_binary_path) + utils.move(electron_path, dest_binary_path) - app_nw_res = utils.path_join(export_dest, + app_electron_res = utils.path_join(export_dest, 'resources', 'default_app') - if os.path.exists(app_nw_res): - utils.rmtree(app_nw_res) + if os.path.exists(app_electron_res): + utils.rmtree(app_electron_res) - utils.copytree(app_nw_folder, app_nw_res) + utils.copytree(app_electron_folder, app_electron_res) sevenfivefive = (stat.S_IRWXU | stat.S_IRGRP | @@ -834,8 +823,8 @@ class CommandBase(object): self.progress_text += '.' - if os.path.exists(nw_path): - os.remove(nw_path) + if os.path.exists(electron_path): + os.remove(electron_path) except Exception: error = u''.join([x for x in traceback.format_exception(sys.exc_info()[0], @@ -846,7 +835,7 @@ class CommandBase(object): finally: utils.rmtree(temp_dir, onerror=self.remove_readonly) - def make_desktop_file(self, nw_path, export_dest): + def make_desktop_file(self, electron_path, export_dest): icon_set = self.get_setting('icon') icon_path = utils.path_join(self.project_dir(), icon_set.value) if os.path.exists(icon_path) and icon_set.value: @@ -873,15 +862,15 @@ class CommandBase(object): file_str = file_str.format(version.value, name, desc.value, - nw_path, + electron_path, icon_path) with codecs.open(dfile_path, 'w+', encoding='utf-8') as f: f.write(file_str) os.chmod(dfile_path, 0o755) - def compress_nw(self, nw_path): - compression = self.get_setting('nw_compression_level') + def compress_nw(self, electron_path): + compression = self.get_setting('electron_compression_level') if compression.value == 0: return @@ -903,7 +892,7 @@ class CommandBase(object): if upx_version is not None: upx_bin = upx_version os.chmod(upx_bin, 0o755) - cmd = [upx_bin, '--lzma', u'-{}'.format(compression.value), nw_path] + cmd = [upx_bin, '--lzma', u'-{}'.format(compression.value), electron_path] if platform.system() == 'Windows': startupinfo = subprocess.STARTUPINFO() startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW @@ -1216,8 +1205,8 @@ def unicode_arg(bytestring): def main(): parser = ArgParser(description=('Command line interface ' - 'to web2exe. {}'.format(__version__)), - prog='web2execmd') + 'to electrify. {}'.format(__version__)), + prog='electrifycmd') command_base = CommandBase() command_base.init() parser.add_argument('project_dir', metavar='project_dir', diff --git a/files/images/compress_settings.svg b/files/images/compress_settings.svg index 792299d..f724fa8 100644 --- a/files/images/compress_settings.svg +++ b/files/images/compress_settings.svg @@ -12,7 +12,7 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:export-ydpi="96" inkscape:export-xdpi="96" - inkscape:export-filename="/home/joey/Projects/Web2Executable/files/images/compress_settings.png" + inkscape:export-filename="/home/joey/Projects/Electrify/files/images/compress_settings.png" sodipodi:docname="compress_settings.svg" inkscape:version="0.91+devel r" version="1.1" diff --git a/files/images/download_settings.svg b/files/images/download_settings.svg index 7c8f7eb..c5e1aa2 100644 --- a/files/images/download_settings.svg +++ b/files/images/download_settings.svg @@ -12,7 +12,7 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" inkscape:export-ydpi="96" inkscape:export-xdpi="96" - inkscape:export-filename="/home/joey/Projects/Web2Executable/files/images/download_settings.png" + inkscape:export-filename="/home/joey/Projects/Electrify/files/images/download_settings.png" sodipodi:docname="download_settings.svg" inkscape:version="0.91+devel r" version="1.1" diff --git a/files/images/export_settings.svg b/files/images/export_settings.svg index 7d21145..4018b27 100644 --- a/files/images/export_settings.svg +++ b/files/images/export_settings.svg @@ -17,7 +17,7 @@ version="1.1" inkscape:version="0.91+devel r" sodipodi:docname="export_settings.svg" - inkscape:export-filename="/home/joey/Projects/Web2Executable/files/images/export_settings.png" + inkscape:export-filename="/home/joey/Projects/Electrify/files/images/export_settings.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96"> \ No newline at end of file + id="path9" /> diff --git a/files/images/warning.svg b/files/images/warning.svg index 4e0e7c1..4d4b37c 100644 --- a/files/images/warning.svg +++ b/files/images/warning.svg @@ -16,7 +16,7 @@ version="1.1" inkscape:version="0.91+devel r" sodipodi:docname="warning.svg" - inkscape:export-filename="/home/joey/Projects/Web2Executable/files/images/warning.png" + inkscape:export-filename="/home/joey/Projects/Electrify/files/images/warning.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96">