This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +22
-26
lines changed Expand file tree Collapse file tree 4 files changed +22
-26
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,15 @@ script:
20
20
after_script :
21
21
- greenkeeper-lockfile-upload
22
22
23
- before_deploy :
24
- - sudo rm -rf dist/*/
25
-
26
23
deploy :
27
24
skip_cleanup : true
28
25
provider : releases
29
26
api_key :
30
27
secure : rBDPbnv7goHiGlcy5fyYZf4Qt/rLUPk9+cz+2uQhTJx9O5rTE3p4BdukXLQoWOsd7XF8wvwOT6PPJTPeznLE/cW6TU7KobTLt5D44QH+ELYtc/vBz5iJd/waMeJXe1GF8Yh2Xqcvq9D5IMjroQMTjzCmP16RhrCrjmsWdmOKSbT+BXVcu1w79ly9ON0TN9IxCXH00YMxmnIvQq7PabEda2JBwys85gVXGFQt625kYQAHUp7ihNCfzrWdjkdsYeEWTu0axlVESAeLMWGoRUsYGVSaAnrXPRdW4OPbU8k0LhjwsAxkKk0VjmhsXvV2m6QKZJbXE99NMYNQksXVdi4mHNtgFDR6hSrJjIr2SLvS4aTfSrTxWPPPR+Kh+4Ocpnep5oH8vPD20dKMiFINzyzzqxlRL3MukUt5oI2ZFHNcnBogaMwSjdf2CDSIO/DI3VZCA+z388hDDUTT1x8UCkokXuXSg9PQCXYX/6fZd565GZhcHbwGEQ5aPGqzZ3/00T7E4B9Ip3UW0tZ8cXm+U+nvgT7KvjD4xby24Cr8YDaoJBK0eT/vbQM7cxl9VKPfkVU8NsYIfV8dmai1ieR1Lnor3iL5xWPsOcjkItahUPjRQLfBEcXNYoLoYEkr7txhLIhMM+q2w5hs2FmbLRLn0qwExYxtTS/rk3NyYZzZgJwtEBc=
31
- file_glob : true
32
- file : dist/*
28
+ file :
29
+ - " dist/eDEX-UI Linux (i386).AppImage"
30
+ - " dist/eDEX-UI Linux (x86_64).AppImage"
31
+ - " dist/eDEX-UI MacOS Image.dmg"
33
32
options :
34
33
draft : true
35
34
on :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ _(htop running on eDEX-UI v0.9.0 with the default keyboard and theme)_
22
22
23
23
## Q&A
24
24
#### What OS can this thing run on?
25
- Currently Windows (portable binary) , the latest MacOS (.dmg and pkg) and any linux distro that can run Chromium (AppImage and tarball ).
25
+ Currently Windows, the latest MacOS and any linux distro that can run Chromium (AppImage package ).
26
26
#### Is this a real terminal?
27
27
Yes. By default, eDEX runs bash on linux and Powershell on Windows, but you can change that to any command in the settings.json file.
28
28
#### I don't like the colors/the keyboard layout is not right for me!
Original file line number Diff line number Diff line change @@ -7,17 +7,16 @@ build_script:
7
7
- cmd : npm install && npm install 7zip-bin-win && npm run build-windows
8
8
test : off
9
9
artifacts :
10
- - path : dist\eDEX-UI-win.exe
11
- name : eDEX-UI-Portable.exe
12
- type : file
10
+ - path : " dist\\ eDEX-UI Windows Installer.exe"
11
+ name : Installer
13
12
deploy :
14
13
- provider : GitHub
15
14
tag : $(appveyor_repo_tag_name)
16
15
release : eDEX-UI $(appveyor_repo_tag_name)
17
16
description : ' Placeholder description'
18
17
auth_token :
19
18
secure : xbDg5MsNRSCKs8kfz7jFP8D4g0BoPVB0vUPEy446Bru5RQCF/JDMGdhAa6SjLVTW
20
- artifact : eDEX-UI-Portable.exe
19
+ artifact : Installer
21
20
draft : true
22
21
force_update : true
23
22
on :
Original file line number Diff line number Diff line change 31
31
"type" : " git" ,
32
32
"url" : " git+https://github.com/GitSquared/edex-ui.git"
33
33
},
34
- "author" : " GitSquared, Pixelylon " ,
34
+ "author" :
" GitSquared <[email protected] > " ,
35
35
"license" : " GPL-3.0" ,
36
36
"bugs" : {
37
37
"url" : " https://github.com/GitSquared/edex-ui/issues"
42
42
"productName" : " eDEX-UI" ,
43
43
"asar" : true ,
44
44
"compression" : " maximum" ,
45
- "copyright" : " Copyright © 2017-2018 ${author} " ,
45
+ "copyright" :
" Copyright © 2017-2018 GitSquared <[email protected] > " ,
46
46
"directories" : {
47
47
"output" : " dist" ,
48
48
"app" : " prebuild-src"
56
56
"artifactName" : " eDEX-UI-${os}-${arch}.${ext}" ,
57
57
"linux" : {
58
58
"target" : [
59
- {
60
- "target" : " tar.gz" ,
61
- "arch" : [
62
- " x64" ,
63
- " ia32"
64
- ]
65
- },
66
59
{
67
60
"target" : " AppImage" ,
68
61
"arch" : [
74
67
"category" : " System" ,
75
68
"icon" : " media/linuxIcons"
76
69
},
70
+ "appImage" : {
71
+ "artifactName" : " eDEX-UI Linux (${arch})"
72
+ },
77
73
"mac" : {
78
74
"target" : [
79
75
{
80
76
"target" : " dmg" ,
81
77
"arch" : [
82
78
" x64"
83
79
]
84
- },
85
- {
86
- "target" : " pkg" ,
87
- "arch" : [
88
- " x64"
89
- ]
90
80
}
91
81
],
92
82
"category" : " public.app-category.utilities" ,
93
83
"icon" : " media/icon.icns"
94
84
},
85
+ "dmg" : {
86
+ "artifactName" : " eDEX-UI MacOS Image.dmg"
87
+ },
95
88
"win" : {
96
89
"target" : [
97
90
{
98
- "target" : " portable " ,
91
+ "target" : " nsis " ,
99
92
"arch" : [
100
93
" x64" ,
101
94
" ia32"
102
95
]
103
96
}
104
97
],
105
98
"icon" : " media/icon.ico"
99
+ },
100
+ "nsis" : {
101
+ "artifactName" : " eDEX-UI Windows Installer.exe" ,
102
+ "oneClick" : true ,
103
+ "deleteAppDataOnUninstall" : true
106
104
}
107
105
},
108
106
"dependencies" : {
You can’t perform that action at this time.
0 commit comments