Skip to content

Commit

Permalink
snap: rename app for now
Browse files Browse the repository at this point in the history
The app name was put in quarantine by SnapStore reviewers[1],
so we have to use another app name for now.

[1] https://forum.snapcraft.io/t/suspended-account-and-app-name-after-i-managed-to-successfully-publish-it/39398/3
  • Loading branch information
siwatanejo committed Mar 22, 2024
1 parent f231352 commit 6c5b388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
sudo snap install --devmode --dangerous *.snap
- name: Test snap
run: packwallet
run: dotnet-fsharp-helloworld

conventions:
needs:
Expand Down
8 changes: 4 additions & 4 deletions snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: packwallet # you probably want to 'snapcraft register <name>'
name: dotnet-fsharp-helloworld # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '0.1.1' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.1.2' # just for humans, typically '1.2+git' or '1.3.2'
summary: HelloWorld F# app with snap # 79 char long summary
description: |
Parse CoinDesk API to show current BTC price.
Expand All @@ -9,7 +9,7 @@ grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots

parts:
packwallet:
dotnet-fsharp-helloworld:
plugin: dotnet
source: .
build-packages:
Expand All @@ -18,6 +18,6 @@ parts:
- dotnet-runtime-70

apps:
packwallet:
dotnet-fsharp-helloworld:
command: launch.sh

0 comments on commit 6c5b388

Please sign in to comment.