Skip to content

Commit

Permalink
fixes references
Browse files Browse the repository at this point in the history
  • Loading branch information
hiovi committed Sep 2, 2024
1 parent f889949 commit 209ff4a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .out/[email protected]/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"packageZipUrl": "https://github.com/zooshme/pkl-menu/releases/download/[email protected]/[email protected]",
"packageZipChecksums": {
"sha256": "629a510349b8a9b82a7be71543e143b885f3292b0f9d3f9100ec743a7bf0f3ea"
"sha256": "5e878346c1744f4b7db1d925570195388a866b6b9a6b68467e10d38221eef717"
},
"dependencies": {},
"authors": []
Expand Down
2 changes: 1 addition & 1 deletion .out/[email protected]/[email protected]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
297c31617aee83eb2b3283cce92867ddff258d435653f787fc7d1510ca70ff7e
1158d257d068f6c8e8f77a943e9505ee6f8115ea0c21c653606ed0e5d666fe9b
Binary file modified .out/[email protected]/[email protected]
Binary file not shown.
2 changes: 1 addition & 1 deletion .out/[email protected]/[email protected]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
629a510349b8a9b82a7be71543e143b885f3292b0f9d3f9100ec743a7bf0f3ea
5e878346c1744f4b7db1d925570195388a866b6b9a6b68467e10d38221eef717
6 changes: 4 additions & 2 deletions PklProject
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
amends "pkl:Project"

local githubUser = "zooshme"

package {
name = "pkl-menu"
version = "0.0.1"
baseUri = "package://pkg.pkl-lang.org/github.com/zooshme/pkl-menu"
packageZipUrl = "https://github.com/zooshme/pkl-menu/releases/download/[email protected]/[email protected].zip"
baseUri = "package://pkg.pkl-lang.org/github.com/\(githubUser)/\(name)"
packageZipUrl = "https://github.com/\(githubUser)/\(name)/releases/download/\(name)@\(version)/\(name)@\(version).zip"
}
4 changes: 2 additions & 2 deletions menu.tmpl.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "items/basicMenuItem.tmpl.pkl" as BasicMenuItem
import "items/advancedMenuItem.tmpl.pkl" as AdvancedMenuItem
import "basicMenuItem.tmpl.pkl" as BasicMenuItem
import "advancedMenuItem.tmpl.pkl" as AdvancedMenuItem

title: String
description: String?
Expand Down

0 comments on commit 209ff4a

Please sign in to comment.