Skip to content

Commit

Permalink
Merge pull request #12 from aabytt/id-change
Browse files Browse the repository at this point in the history
Id change to canonical
  • Loading branch information
aabytt authored May 30, 2024
2 parents 0428876 + 949287b commit 572f4ad
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ${{github.workspace}}/webos.custom-screensaver-aerial.manifest.json
asset_name: webos.custom-screensaver-aerial.manifest.json
asset_path: ${{github.workspace}}/org.aabytt.webos.custom-screensaver-aerial.manifest.json
asset_name: org.aabytt.webos.custom-screensaver-aerial.manifest.json
asset_content_type: application/json
4 changes: 2 additions & 2 deletions appinfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "webos.custom-screensaver-aerial",
"version": "1.0.6",
"id": "org.aabytt.webos.custom-screensaver-aerial",
"version": "1.0.7",
"vendor": "aabytt",
"title": "Aerial Screensaver",
"icon": "assets/icon130.png",
Expand Down
2 changes: 1 addition & 1 deletion assets/screensaver-main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WebOSWindow {
property int randomIndex
property int stalledCounter : 0
property string sourceAlt
property string basePath : "file:///media/developer/apps/usr/palm/applications/webos.custom-screensaver-aerial/assets/"
property string basePath : "file:///media/developer/apps/usr/palm/applications/org.aabytt.webos.custom-screensaver-aerial/assets/"
Component.onCompleted : {
init()
notificationsService.set('disable')
Expand Down
2 changes: 1 addition & 1 deletion frontend/views/MainPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var
Item = require('moonstone/Item'),
ToggleItem = require('moonstone/ToggleItem'),
Group = require('enyo/Group');
var basePath = "/media/developer/apps/usr/palm/applications/webos.custom-screensaver-aerial";
var basePath = "/media/developer/apps/usr/palm/applications/org.aabytt.webos.custom-screensaver-aerial";
var applyPath = basePath + "/assets/apply.sh";
var linkPath = "/var/lib/webosbrew/init.d/50-custom-screensaver-aerial";
var settingsPath = basePath + "/assets/settings.json";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webos.custom-screensaver-aerial",
"version": "1.0.6",
"name": "org.aabytt.webos.custom-screensaver-aerial",
"version": "1.0.7",
"main": "frontend/index.js",
"moduleDir": "frontend",
"scripts": {
Expand Down

0 comments on commit 572f4ad

Please sign in to comment.