~ubuntu-branches/debian/jessie/armory/jessie

« back to all changes in this revision

Viewing changes to build_installer.bat

  • Committer: Package Import Robot
  • Author(s): Joseph Bisch
  • Date: 2014-10-07 10:22:45 UTC
  • Revision ID: package-import@ubuntu.com-20141007102245-2s3x3rhjxg689hek
Tags: upstream-0.92.3
ImportĀ upstreamĀ versionĀ 0.92.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
REM This should only be run from cppForSwig\BitcoinArmory_SwigDLL directory
 
2
copy ..\libs\Win32\BitcoinArmory_SwigDLL.dll ..\..\_CppBlockUtils.pyd
 
3
C:\Python27\Lib\site-packages\PyQt4\pyrcc4.exe -o ..\..\qrc_img_resources.py ..\..\imgList.xml
 
4
python ..\..\setup.py py2exe --includes sip,hashlib,json,twisted -d ..\..\ArmoryStandalone
 
5
copy ..\..\img\*.ico ..\..\ArmoryStandalone
 
6
copy ..\..\img\armory_logo*.png ..\..\ArmoryStandalone
 
7
copy ..\..\default_bootstrap.torrent ..\..\ArmoryStandalone 
 
8
python ..\..\writeNSISCompilerArgs.py
 
9
makensis.exe ..\..\ArmorySetup.nsi