summaryrefslogtreecommitdiff
path: root/platform/linux/snap/README.md
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2019-04-21 07:09:50 -0400
committerAntonio Zugaldia <antonio@mapbox.com>2019-04-21 07:09:50 -0400
commit10d0c9b6f5eafd63a264bc95cfb2ceaaae494caf (patch)
tree7dec91201c6ea4fb76a5304e242e9e81a653368b /platform/linux/snap/README.md
parent81858ba28ff6a628cd29a6d6aff847ca7e99f4d6 (diff)
downloadqtlocation-mapboxgl-10d0c9b6f5eafd63a264bc95cfb2ceaaae494caf.tar.gz
update snapcraft rules to include staging packagesupstream/az-snapcraft
Diffstat (limited to 'platform/linux/snap/README.md')
-rw-r--r--platform/linux/snap/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/linux/snap/README.md b/platform/linux/snap/README.md
index 0bc80972ad..7683713f47 100644
--- a/platform/linux/snap/README.md
+++ b/platform/linux/snap/README.md
@@ -22,7 +22,7 @@ First increase the default memory available to snapcraft. The default is 2G and
export SNAPCRAFT_BUILD_ENVIRONMENT_MEMORY=16G
```
-After that, run `snapcraft` to build the package:
+After that, run `snapcraft` to build the package. If you're planning to update the Snap Store with this build, make sure you update the version string in `snapcraft.yaml` with the right date:
```
snapcraft --debug
@@ -35,7 +35,7 @@ snapcraft --debug
You can install the snap package locally with:
```
-sudo snap install my-snap-name_0.1_amd64.snap --dangerous --devmode
+sudo snap install mapbox-demo_20190420-master_amd64.snap --dangerous --devmode
```
## Publishing it to the Snap Store
@@ -49,5 +49,5 @@ snapcraft login
Upload the snap and release it into the edge channel:
```
-snapcraft push --release=edge mysnap_latest_amd64.snap
+snapcraft push --release=edge mapbox-demo_20190420-master_amd64.snap
```