mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 15:05:50 +03:00
change snap name to adguard-home
This commit is contained in:
parent
63d525c4d4
commit
4d73a0148e
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ set -x
|
|||
|
||||
BUILDER_IMAGE="adguard/snapcraft:1.0"
|
||||
SNAPCRAFT_TMPL="packaging/snap/snapcraft.yaml"
|
||||
SNAP_NAME="adguardhometest"
|
||||
SNAP_NAME="adguard-home"
|
||||
LAUNCHPAD_CREDENTIALS_DIR=".local/share/snapcraft/provider/launchpad"
|
||||
|
||||
if [[ -z ${VERSION} ]]; then
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: adguardhometest
|
||||
name: adguard-home
|
||||
base: core18
|
||||
version: 'dev_version'
|
||||
summary: Network-wide ads & trackers blocking DNS server
|
||||
|
|
Loading…
Reference in a new issue