Commit graph

167 commits

Author SHA1 Message Date
Mark Stenglein
1efc8cb934
CMD: LINUX: Arch Linux detection without lsb-release
The existing distribution detection does not work on Arch Linux
without the `lsb-release` package installed. This patch adds
detection using `/etc/os-release` in the same way that f9a1881
uses for Fedora and CentOS detection.

I changed the if statement that Bryn Sinclair used to a case
statement to avoid extra if-else-if statements.

I also needed to add a trim statement to remove the `"` characters
that are present in Arch Linux's `/etc/os-release` file.
2019-05-26 20:30:05 -04:00
Lea Anthony
249a35f90f
chore: release v0.15.0 2019-05-26 13:56:27 +10:00
Lea Anthony
d003de3270
chore: remove old package-lock.json 2019-05-26 13:46:51 +10:00
Lea Anthony
4a376f1b67
fix: windows spinner 2019-05-25 12:22:20 +10:00
Lea Anthony
c540f3902c
fix: polyfill for windows 2019-05-25 12:19:03 +10:00
Lea Anthony
accc04ef90
chore: version bump 2019-05-25 11:30:01 +10:00
Lea Anthony
a54bbb4e14
chore: linting fixes 2019-05-25 11:17:39 +10:00
Lea Anthony
6b1b999546
feat: add vuetify template 2019-05-25 11:13:34 +10:00
Lea Anthony
a5aeafc4bc
chore: version bump 2019-05-25 09:28:21 +10:00
Lea Anthony
06a1372e80
fix: use snap command for linux 2019-05-23 08:57:11 +10:00
Lea Anthony
29ea5cc74d
fix: slign with new bug template 2019-05-22 19:13:17 +10:00
Lea Anthony
9be56c47e4
chore: reset version 2019-05-22 08:35:38 +10:00
Lea Anthony
249720b0cc
chore: version bump 2019-05-22 08:30:24 +10:00
Lea Anthony
3c0fa4c55e
chore: lint fixes 2019-05-22 07:25:42 +10:00
Lea Anthony
c07a4b6c16 Merge branch 'develop' into 92-build-on-first-init 2019-05-22 00:56:30 +10:00
Lea Anthony
8175eb4446
chore: version bump 2019-05-22 00:50:28 +10:00
Lea Anthony
f07705268d
feat: moar spinners 2019-05-20 23:53:14 +10:00
Lea Anthony
63fef39854
feat: build on init 2019-05-20 23:40:17 +10:00
Lea Anthony
3ea45da2c8
chore: version bump v0.14.5-pre 2019-05-20 20:47:35 +10:00
Lea Anthony
7015b80888
feat: new template generator 2019-05-20 18:44:14 +10:00
Lea Anthony
1ac16d1933
fix: minor fixes 2019-05-18 07:34:39 +10:00
Lea Anthony
0f36a88f0e
feat: add Manjaro support 2019-05-18 07:18:34 +10:00
Lea Anthony
b30031d025
feat: multiple template support 2019-05-18 07:15:15 +10:00
Lea Anthony
cd152f0cd7 Merge branch 'master' into v0.14.0-pre 2019-05-12 15:15:11 +10:00
Lea Anthony
12280b51b9
chore: version bump 2019-05-12 15:12:10 +10:00
Lea Anthony
29256c5766
fix: update check 2019-05-12 15:11:40 +10:00
Lea Anthony
8b13c0b197
chore: update version 2019-05-12 15:02:50 +10:00
Lea Anthony
50e2037fba
fix: same version comparison 2019-05-12 14:55:39 +10:00
Lea Anthony
f86c10af02
fix: update logic 2019-05-12 14:48:25 +10:00
Lea Anthony
00e165b139 Merge branch 'v0.13.0-pre' into v0.13.0 2019-05-12 14:20:40 +10:00
Lea Anthony
02199bbe9d
fix: updating from pre to release 2019-05-12 14:20:04 +10:00
Lea Anthony
d55dcb2dfb
chore: update version 2019-05-12 13:37:19 +10:00
Lea Anthony
79ac4c1d45
Merge pull request #86 from fishfishfish2104/v0.13.0-pre
Added Dependancy check for redhat distros
2019-05-12 13:31:45 +10:00
Lea Anthony
c6bfa85a1a Merge branch 'v0.13.0-pre' of github.com:wailsapp/wails into v0.13.0-pre 2019-05-12 13:00:55 +10:00
Lea Anthony
77142bd99e
feat: support version flag 2019-05-12 12:59:35 +10:00
Lea Anthony
538f5c6501
fix: typo fixes 2019-05-12 12:51:14 +10:00
Lea Anthony
3ff02fb183
fix: better version checking 2019-05-12 12:50:50 +10:00
Lea Anthony
30298b4237
feat: add IsValidTag 2019-05-12 12:50:28 +10:00
Lea Anthony
76499b20c4 fix: windows template.json 2019-05-11 17:04:42 +10:00
Bryn Sinclair
b21e79daf5 changed to use rpm instead of yum as its faster 2019-05-11 12:19:18 +12:00
Lea Anthony
71194108de
feat: better version comparison 2019-05-10 23:01:50 +10:00
Lea Anthony
11fd50f78d
fix: ensure GO111MODULE=on 2019-05-10 21:23:58 +10:00
Lea Anthony
c08d1d7b3c
fix: remove test data 2019-05-10 21:18:35 +10:00
Lea Anthony
2febf5a97a
fix: set gomod=on when execing 2019-05-10 21:12:20 +10:00
Lea Anthony
cea7b1e494
feat: new Github helper 2019-05-10 21:11:43 +10:00
Lea Anthony
25962e2e53
fix: set correct version 2019-05-10 21:11:20 +10:00
Bryn Sinclair
43f9b141fe removed unnecessary dependancies
changed logger.red to logger.error
2019-05-10 21:06:58 +12:00
Bryn Sinclair
e1b729ea96 Merge commit 'f9a18817b7' of https://github.com/wailsapp/wails into v0.13.0-pre 2019-05-10 21:04:53 +12:00
Bryn Sinclair
f9a18817b7 Added library checking support for red hat distros (Only tested on fedora)
Changed some Package help inconsistencies
2019-05-10 17:41:30 +12:00
Lea Anthony
cc45dcf91e fix: leave win assets on -p flag 2019-05-09 22:06:27 +10:00