mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-27 04:07:14 +00:00
Changed linux build method
This commit is contained in:
parent
65708c48c3
commit
62cf4d0c7f
8 changed files with 59 additions and 10 deletions
|
@ -22,6 +22,10 @@ version: 2.0.0+53
|
|||
environment:
|
||||
sdk: '>=2.18.1 <3.0.0'
|
||||
|
||||
scripts:
|
||||
build:
|
||||
linux: "./linux/build-app.sh"
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
# consider running `flutter pub upgrade --major-versions`. Alternatively,
|
||||
|
@ -121,6 +125,7 @@ flutter:
|
|||
- assets/icon/icon-splash.png
|
||||
- assets/icon/icon-macos.png
|
||||
- assets/icon/icon-circle.png
|
||||
- assets/icon/icon-circle-256.png
|
||||
- assets/icon/icon1024-white-center.png
|
||||
- assets/other/get_google_play.png
|
||||
- assets/resources/github.svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue