Skip to content

Commit

Permalink
Fixed identifier (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 authored Nov 26, 2022
1 parent 648459c commit 4960148
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

TEMP=$(mktemp -d)

cp -r "$SRC_DIR"/{appname.apparmor,appname.desktop,manifest.json,logo.png,index.html,style.css} "$INSTALL_DIR"
cp -r "$SRC_DIR"/{warden.apparmor,warden.desktop,manifest.json,logo.png,index.html,style.css} "$INSTALL_DIR"
mkdir -p "$INSTALL_DIR"/vanilla
cp -r "$SRC_DIR"/vanilla/dist "$INSTALL_DIR"/vanilla

Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"architecture": "@CLICK_ARCH@",
"title": "Warden",
"hooks": {
"appname": {
"apparmor": "appname.apparmor",
"desktop": "appname.desktop"
"warden": {
"apparmor": "warden.apparmor",
"desktop": "warden.desktop"
}
},
"version": "1.2.0",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4960148

Please sign in to comment.