Skip to content

Commit 816c587

Browse files
committed
fix: Build
1 parent 561e239 commit 816c587

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ Describe what you expect to happen instead.
2121
- [ ] Snap
2222
- [ ] Source (Including AUR)
2323
- [ ] WinUI on Windows
24+
- [ ] Installer
25+
- [ ] Portable
2426

25-
Version Number:
27+
Version Number: ___
2628

2729
**Additional context**
2830

flatpak/org.nickvision.application.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{
4949
"type": "git",
5050
"url": "https://github.com/libcpr/cpr",
51-
"tag": "v1.12.0"
51+
"tag": "1.12.0"
5252
}
5353
]
5454
},

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parts:
2626

2727
cpr:
2828
source: https://github.com/libcpr/cpr
29-
source-tag: 'v.12.0'
29+
source-tag: '1.12.0'
3030
plugin: cmake
3131
source-depth: 1
3232
cmake-parameters:

0 commit comments

Comments
 (0)