Updates snapcraft.yaml

This commit is contained in:
Zoraiz 2021-05-29 02:02:33 +05:00
parent 01401cfd37
commit f5824d0c17
3 changed files with 8 additions and 2 deletions

View File

@ -18,9 +18,14 @@ builds:
- arm - arm
- 386 - 386
goarm:
- 5
- 6
- 7
archives: archives:
- -
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}_v{{ .Arm }}{{ end }}"
wrap_in_directory: true wrap_in_directory: true
format_overrides: format_overrides:

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/TheZoraiz/ascii-image-converter
go 1.16 go 1.16
require ( require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gookit/color v1.4.2 github.com/gookit/color v1.4.2
github.com/magiconair/properties v1.8.5 // indirect github.com/magiconair/properties v1.8.5 // indirect

View File

@ -24,6 +24,7 @@ apps:
command: bin/ascii-image-converter command: bin/ascii-image-converter
plugs: plugs:
- home - home
- network
architectures: architectures:
- build-on: amd64 - build-on: amd64