Skip to content

Commit bca1d2c

Browse files
committed
update
1 parent e7e3f55 commit bca1d2c

21 files changed

+10
-12
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build
2-
.clickable
1+
/build/
2+
/.clickable/

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

assets/Rainbow_Circle.svg_license.md

100644100755
File mode changed.

assets/logo.svg

100644100755
File mode changed.

clickable.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

clickable.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
clickable_minimum_required: 8.0.0
2+
builder: pure
3+
kill: webapp-container*

hwpplayers.apparmor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"audio",
66
"networking"
77
],
8-
"policy_version": 16.04
8+
"policy_version": 20.04
99
}

hwpplayers.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=hwpplayers
3-
Exec=webapp-container --app-id="hwpplayers.hwpplayers" $@ www/index.html
3+
Exec=webapp-container --app-id="hwpplayers.hwpplayer1" $@ www/index.html
44
Icon=assets/logo.svg
55
Terminal=false
66
Type=Application
7-
X-Ubuntu-Touch=true
7+
X-Lomiri-Touch=true

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hwpplayers.hwpplayers",
2+
"name": "hwpplayers.hwpplayer1",
33
"description": "hwpplayers hackerspace web site",
44
"architecture": "@CLICK_ARCH@",
55
"title": "hwpplayers",
@@ -11,5 +11,5 @@
1111
},
1212
"version": "2.0.0",
1313
"maintainer": "Mert Gör <[email protected]>",
14-
"framework" : "ubuntu-sdk-16.04"
14+
"framework" : "@CLICK_FRAMEWORK@"
1515
}

0 commit comments

Comments
 (0)