mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +03:00
Update snapcraft file to latest API
This commit is contained in:
parent
18704f5a19
commit
ab007c4815
5 changed files with 23 additions and 119 deletions
|
@ -133,11 +133,6 @@ function Test-VersionInFiles {
|
|||
-pattern "<release version=`"$Version`" date=`"\d{4}-\d{2}-\d{2}`">" -Quiet)) {
|
||||
throw "share/linux/org.keepassxc.KeePassXC.appdata.xml does not contain a section for $Version."
|
||||
}
|
||||
|
||||
# Check Snapcraft
|
||||
if (!(Select-String "$SourceDir\snap\snapcraft.yaml" -pattern "version: $Version" -Quiet)) {
|
||||
throw "snap/snapcraft.yaml has not been updated to $Version."
|
||||
}
|
||||
}
|
||||
|
||||
function Test-WorkingTreeClean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue