Lea Anthony
6235e83677
v1.6.0-pre4
2020-05-27 10:38:40 +10:00
Lea Anthony
9f93e7d979
fix default libs identifier for solus
2020-05-27 10:35:42 +10:00
Lea Anthony
949bc40317
Fix package detection for solus
2020-05-27 10:35:42 +10:00
Lea Anthony
81777f29d8
update package names
2020-05-27 10:35:42 +10:00
Lea Anthony
5d35dd3105
Initial support for solus
2020-05-27 10:35:42 +10:00
Lea Anthony
ad034d3950
fix: popos ID
2020-05-27 08:28:23 +10:00
Lea Anthony
98337df92d
Support Pop!_OS
...
Added link to guide in request process
2020-05-27 08:28:23 +10:00
Dario Emerson
9cc417cf04
Add myself as contributor
2020-05-25 20:48:48 +10:00
Dario Emerson
030b954971
Correctly add icon to window on Windows
2020-05-25 20:48:48 +10:00
Dario Emerson
7a3ab27977
Changed icon scaling algorithm to CatmullRom
2020-05-25 17:32:49 +10:00
Dario Emerson
0e6265a9d7
Moved ico file writing later
2020-05-25 17:32:49 +10:00
Dario Emerson
b003a080b0
Improved Windows .ico generation
2020-05-25 17:32:49 +10:00
Lea Anthony
376ba743f4
Release v1.6.0-pre3
2020-05-22 07:10:58 +10:00
Lea Anthony
aa8ffff68d
fix!
2020-05-21 22:05:17 +01:00
Lea Anthony
613a44af5e
fix: icon size
2020-05-21 22:05:17 +01:00
Lea Anthony
2e15c4e045
intial support for .ico generation
2020-05-21 22:05:17 +01:00
Lea Anthony
421c13805d
Merge branch 'dedo1911-408-default-serve-platform' into develop
2020-05-22 07:02:55 +10:00
Dario Emerson
cc204ab1f7
Fix missing import
2020-05-21 01:35:34 +02:00
Dario Emerson
a94a1a9fcb
Merge branch 'develop' into 408-default-serve-platform
2020-05-21 01:33:22 +02:00
Dario Emerson
e860bd06ec
Default Platform for serve command
2020-05-20 14:36:52 +02:00
Lea Anthony
6da02e6b44
v1.6.0-pre2
2020-05-17 20:17:36 +10:00
Lea Anthony
7cd78df1cd
Support ArchLabs
2020-05-17 20:17:00 +10:00
Lea Anthony
bcecd854bc
v1.6.0-pre1
2020-05-16 07:21:26 +10:00
Lea Anthony
6339f230f9
Fix CWE-126
2020-05-15 22:18:50 +01:00
Lea Anthony
131fd973cd
lint fix
2020-05-15 22:18:50 +01:00
Lea Anthony
f1d16a03ec
Disable F5 key on windows
2020-05-15 22:18:50 +01:00
Lea Anthony
cc99dcce80
Update contributors
2020-05-07 06:30:53 +10:00
Lea Anthony
a8ecc1e872
Merge branch 'develop'
2020-04-26 16:10:56 +10:00
Lea Anthony
6fc419ab48
Version v1.5.0
2020-04-26 16:00:39 +10:00
Lea Anthony
400bb37c03
Updated contributors
2020-04-26 14:39:11 +10:00
Lea Anthony
10fc7d762b
fixes to OSX cross compile
2020-04-26 14:29:46 +10:00
Lea Anthony
61b9e50b8e
Rapply -o suffix handling
2020-04-26 14:29:46 +10:00
Travis McLane
47916216de
fixup
2020-04-26 14:29:46 +10:00
Travis McLane
a2b066decb
wip: attempting to remove '.exe' from binary name
2020-04-26 14:29:46 +10:00
Travis McLane
8d1238289f
correct issues with exe naming on windows
2020-04-26 14:29:46 +10:00
Travis McLane
b232b608fa
remove extraneous println
2020-04-26 14:29:46 +10:00
Travis McLane
3b034ceadb
correct issue with wails serve
2020-04-26 14:29:46 +10:00
Travis McLane
75be8f698a
handle windows resources + cleanup when done
...
Moved the file cleanup to a CleanWindows function which simply deletes
all the files a Windows compilation generates for the icon resources.
Windows resource files MUST be in the same directory as the `go` source or
it will not be included in the resulting binary.
package.PackageWindows should be renamed to `GenerateWindowsResources`
since it doesn't actually package anything but rather generates the
various resources that are used during compilation.
2020-04-26 14:29:46 +10:00
Travis McLane
a78acbb247
continueOnError for RemoveFiles
...
Allow the purge to continue even if one of the files fails to be removed.
2020-04-26 14:29:46 +10:00
Travis McLane
6e29d1b087
docker process updates
...
- inform user we are starting to pull image and it may take a while
- inform user the target platform being built using docker image
2020-04-26 14:29:46 +10:00
Travis McLane
8171b644ca
use 'build' dir for windows resources + cleanup
2020-04-26 14:29:46 +10:00
Travis McLane
a691ef0580
ensure OS X App is built inside 'build' dir
2020-04-26 14:29:46 +10:00
Travis McLane
151b4bff06
generate mewn
files + cleanup
2020-04-26 14:29:46 +10:00
Travis McLane
fb093c58d2
cleanup: build native vs docker
...
- BuildDocker: uses wailsapp/xgo:latest docker container to build
- BuildNative: builds on the host for the host platform
2020-04-26 14:29:46 +10:00
Travis McLane
b68c69f4eb
run tests first to fail fast
2020-04-26 14:29:46 +10:00
Travis McLane
8405ce37f9
remove "'" around ldflags
...
The single quote is needed for running the command in the shell directly.
When run inside the Go command 'os/exec' it is not removed and is
preventing the flags from being processed correctly inside the Docker image.
2020-04-26 14:29:46 +10:00
Travis McLane
76edc7976e
use userid=1000 if user.Current() is not an integer
2020-04-26 14:29:46 +10:00
Travis McLane
2ab8fc37ab
remove linux/i386 (buggy)
2020-04-26 14:29:46 +10:00
Travis McLane
c66e9cba5a
cross-platform builds w/ wailsapp/xgo:latest
...
- use docker directly instead of `xgo` to call docker.
- use custom xgo docker image
2020-04-26 14:29:46 +10:00
Travis McLane
b33794c883
use wailsapp/xgo:latest for windres call
2020-04-26 14:29:46 +10:00