Fixed 'Electrifycutable' names

This commit is contained in:
Joey Payne 2016-02-08 13:16:29 -07:00
commit 045d06bdba
3 changed files with 17 additions and 17 deletions

View file

@ -74,14 +74,14 @@ InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
ShowUnInstDetails show
Section "Electrifycutable" SEC01
Section "Electrify" SEC01
SectionIn RO
SetOutPath "$INSTDIR"
SetOverwrite try
File /r /x compressors "ElectrifyWin\"
CreateDirectory "$LocalAppData\Electrifycutable\Electrifycutable\files\compressors"
SetOutPath "$LocalAppData\Electrifycutable\Electrifycutable\files\compressors"
CreateDirectory "$LocalAppData\Electrify\Electrify\files\compressors"
SetOutPath "$LocalAppData\Electrify\Electrify\files\compressors"
File "ElectrifyWin\files\compressors\upx-win.exe"
; Shortcuts

View file

@ -7,7 +7,7 @@ Electrify
What is it?
-----------
From the creator of [Web2Executable](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.
From the creator of [Web2Executable](https://github.com/jyapayne/Web2Executable) 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 [Electron](https://github.com/atom/electron) and PySide, is open source, and is just dang awesome and easy to use.

View file

@ -7,28 +7,28 @@ 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 Electrifycutable.app
rm -rf build dist Electrify.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 ElectrifyMac --onefile -n Electrifycutable 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 Electrify main.py
#sudo chown -R joey dist/Electrifycutable.app
#sudo chown -R joey dist/Electrify.app
#sudo chown -R joey dist/ build/
#mv dist/Electrifycutable.app Electrifycutable.app
#mv dist/Electrify.app Electrify.app
mv ElectrifyMac/Electrifycutable.app .
mv ElectrifyMac/Electrify.app .
#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*
#rm -rf Electrify.app/Contents/Frameworks/QtDesigner*
#rm -rf Electrify.app/Contents/Frameworks/QtXml*
#rm -rf Electrify.app/Contents/Frameworks/QtWebKit*
#rm -rf Electrify.app/Contents/Frameworks/QtScript*
cp icon.icns Electrifycutable.app/Contents/Resources/icon-windowed.icns
cp -rf files Electrifycutable.app/Contents/MacOS/
cp icon.icns Electrify.app/Contents/Resources/icon-windowed.icns
cp -rf files Electrify.app/Contents/MacOS/
rm -rf build dist
/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
/Applications/Keka.app/Contents/Resources/keka7z a -r ElectrifyMac-${VERSION}.zip Electrify.app
python upload_release.py
python3.4 upload_release.py