This commit is contained in:
Tobias Reisinger 2024-04-30 01:45:08 +02:00
commit 5e19a4e603
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 93 additions and 0 deletions

8
PklProject Normal file
View file

@ -0,0 +1,8 @@
amends "pkl:Project"
package {
name = "emgauwa"
baseUri = "package://emgauwa.app/pkl/\(name)"
version = "0.1.0"
packageZipUrl = "https://emgauwa.app/pkl/\(name)@\(version).zip"
}