Generate assets when releasing
This commit is contained in:
parent
6f09841209
commit
1ef062d19c
@ -30,6 +30,7 @@ foreach my $type (keys %build) {
|
||||
|
||||
add_extras();
|
||||
|
||||
system(qw{go-bindata -pkg asset -o asset/asset.go -prefix data/ data});
|
||||
foreach my $type (keys %build) {
|
||||
local $ENV{GOOS} = $build{$type}->{env}->{GOOS};
|
||||
local $ENV{GOARCH} = $build{$type}->{env}->{GOARCH};
|
||||
|
Loading…
x
Reference in New Issue
Block a user