Skip to content

Commit 3ee93e4

Browse files
committed
release-x64.py
1 parent 07f9c5e commit 3ee93e4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

release-x64.py

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
from mugidelivery import Manager
2+
3+
conf = {
4+
'AppName' : 'mugi-query',
5+
'AppVersion' : '1.0.0',
6+
'Binaries' : [{'Source': 'D:\\dev\\mugi-query\\release\\mugi-query.exe', 'Dest': ''}],
7+
8+
'BuildDir' : 'D:\\dev\\mugi-query',
9+
'Arch': 'win64',
10+
'VersionUpdater': 'QtVersionUpdater',
11+
'Packer': 'SimplePacker',
12+
13+
'QtPlugins': ['qwindows','qwindowsvistastyle',"qsqlite","qsqlmysql","qsqlodbc","qsqlpsql"],
14+
'QtPluginsSource': 'D:\\Qt5\\Qt5.12.0\\5.12.0\\mingw73_64\\plugins'
15+
}
16+
17+
# D:\Qt5\Qt5.12.0\5.12.0\mingw73_64\bin\qtenv2.bat
18+
19+
# cd /d/Qt5/Qt5.12.0/5.12.0/mingw73_64/plugins/sqldrivers
20+
# ls | grep -v 'd.dll' | sed 's,\(.*\).dll,"\1",' | tr '\n' ','
21+
22+
m = Manager(conf)
23+
#m.updateVersion()
24+
#m.build()
25+
m.pack()
26+
#m.release()

0 commit comments

Comments
 (0)