5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 13:32:18 +08:00
Commit Graph

217 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 'f9a18817b74828ff8fae92a1a873087f9adc363b' 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
Lea Anthony
4aeb554f1b fix: remove debug output 2019-05-09 19:43:19 +10:00
Lea Anthony
3d2268420b fix: show prerequisite errors 2019-05-09 19:31:07 +10:00
Lea Anthony
f9ca13ff30 fix: remove -u from go get 2019-05-09 13:58:49 +10:00
Lea Anthony
319dbcdc49 chore: lint fix 2019-05-08 22:42:13 +10:00
Lea Anthony
bffbbd59ce fix: Windows 10 colour 2019-05-08 22:40:56 +10:00
Lea Anthony
8bd1d0ec92 fix: no need for windows separator 2019-05-08 22:32:04 +10:00
Lea Anthony
0daec29fab
Updates to update command 2019-05-07 08:48:52 +10:00
Lea Anthony
2fa9e3b0ee Bump to v0.12.0 2019-05-03 19:21:39 +10:00
Adrian Lanzafame
b015f27e14
add archlinux support 2019-05-02 13:35:34 +10:00
Lea Anthony
ac203ec931
version bump 2019-04-30 08:30:46 +10:00
Lea Anthony
3fd73186f4
Version bump 2019-04-30 08:22:18 +10:00
Lea Anthony
aacfe8386a
always install bridge on serve 2019-04-27 09:29:19 +10:00
Lea Anthony
97944d771a
Bump to 0.11.6 2019-04-26 18:58:56 +10:00
Lea Anthony
855032ed1e
release 0.11.3 2019-04-25 20:14:10 +10:00
Lea Anthony
4c799bca8f
version bump 2019-04-25 20:08:42 +10:00
Lea Anthony
91ab2c2b31
Version bump 2019-04-25 20:06:11 +10:00
Lea Anthony
a109e3078d
New dependency installation text 2019-04-23 08:46:39 +10:00
Lea Anthony
2e61a3c309
Set script type for injections 2019-04-23 08:46:11 +10:00
Lea Anthony
2d5825d73d
Speed up Wails Serve 2019-04-20 12:15:19 +10:00
Lea Anthony
58eee64326
more linting fixes 2019-04-11 08:26:57 +10:00
Lea Anthony
41d786a13c
Add devtools to Vue config in template 2019-04-10 08:48:12 +10:00
Lea Anthony
a2b7906c89
more linting fixes 2019-04-10 08:46:49 +10:00
Lea Anthony
eeb6fa4677
linting fixes 2019-04-10 08:38:46 +10:00
Lea Anthony
de53fc6510
chore: remove unused files 2019-03-29 08:25:18 +11:00
Lea Anthony
d4f4feb429
fix: better input during setup 2019-03-29 08:25:09 +11:00
Lea Anthony
6c0906e87d
fix: call package when -p flag provided 2019-03-20 08:11:46 +11:00
Lea Anthony
629ac4b93c
Use hex encoded strings for callbacks 2019-03-17 16:56:41 +11:00
Lea Anthony
5ece7e84b3
Release 0.11.0 2019-03-10 17:03:55 +11:00
Lea Anthony
eaba857676
Add frontend build back to serve 2019-03-10 17:02:57 +11:00
Lea Anthony
4821ab8597
Automate version bumps 2019-03-10 17:02:12 +11:00
Lea Anthony
670b769f82
version bump 2019-03-09 05:18:23 +11:00
Lea Anthony
eb53399824
add wails bridge assets 2019-03-08 20:39:09 +11:00
Lea Anthony
24e4fbfb68
ignore frontend files when using wails serve 2019-03-08 20:38:55 +11:00
Lea Anthony
7f54ca4ac3
version bump 2019-03-07 21:30:30 +11:00
Lea Anthony
b224803e4d
fix vue basic template 2019-03-07 21:29:55 +11:00
Lea Anthony
77e85705d1
Version bump 2019-03-07 08:23:38 +11:00
Lea Anthony
9fd24595c7
fix asset imports in vue basic template 2019-03-07 08:23:29 +11:00
Lea Anthony
c8db58e00e
Version bump 2019-03-07 05:47:13 +11:00
Lea Anthony
e96e0e0999
fix default prompts 2019-03-07 05:46:20 +11:00
Lea Anthony
cda0b40414
Version bump 2019-03-06 19:12:38 +11:00
Lea Anthony
7f4229dd6b
Add issue command 2019-03-06 19:12:12 +11:00
Lea Anthony
68651b77f4
use os specific path seperator 2019-03-06 19:11:46 +11:00
Lea Anthony
bf001f5ad2
Improve prompt handling 2019-03-06 19:11:03 +11:00
Lea Anthony
8553f43080
Misc linting fixes and version bump 2019-03-03 11:34:00 +11:00
Lea Anthony
587681bb8d
Bump version 2019-03-02 12:56:56 +11:00
Lea Anthony
c180d7dccb
use mewn for templates
massively improve template handling
2019-03-02 12:54:10 +11:00
Lea Anthony
4cccb628c9 initial update command 2019-02-23 10:20:37 +11:00
Lea Anthony
fe8b7ac5c9
default directory option 2019-02-22 09:03:41 +11:00
Lea Anthony
753c5fd337
Big banner for Setup/Help. Small banner for commands. 2019-02-22 08:44:30 +11:00
Lea Anthony
5e466893cf package by default. -p leaves resource artifacts 2019-02-22 05:17:23 +11:00