We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561e239 commit 816c587Copy full SHA for 816c587
3 files changed
.github/ISSUE_TEMPLATE/bug.md
@@ -21,8 +21,10 @@ Describe what you expect to happen instead.
21
- [ ] Snap
22
- [ ] Source (Including AUR)
23
- [ ] WinUI on Windows
24
+ - [ ] Installer
25
+ - [ ] Portable
26
-Version Number:
27
+Version Number: ___
28
29
**Additional context**
30
flatpak/org.nickvision.application.json
@@ -48,7 +48,7 @@
48
{
49
"type": "git",
50
"url": "https://github.com/libcpr/cpr",
51
- "tag": "v1.12.0"
+ "tag": "1.12.0"
52
}
53
]
54
},
snap/snapcraft.yaml
@@ -26,7 +26,7 @@ parts:
cpr:
source: https://github.com/libcpr/cpr
- source-tag: 'v.12.0'
+ source-tag: '1.12.0'
plugin: cmake
31
source-depth: 1
32
cmake-parameters:
0 commit comments