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 23dcda4 commit e250550Copy full SHA for e250550
.gitignore
@@ -67,6 +67,7 @@ Thumbs.db
67
/parts/
68
/prime/
69
/stage/
70
+.craft/
71
72
# Keep this file tracked
73
snap/snapcraft.yaml
@@ -1,6 +1,6 @@
1
name: smalltextpad
2
-base: core22
3
-version: '1.5.1'
+base: core24
+version: '1.5.2'
4
title: SmallTextPad
5
summary: SmallTextPad - Simple Java Text Editor with Encryption
6
description: |
@@ -18,8 +18,8 @@ donation: https://buymeacoffee.com/gcclinux
18
grade: stable
19
confinement: strict
20
21
-architectures:
22
- - build-on: amd64
+platforms:
+ amd64:
23
24
apps:
25
smalltextpad:
0 commit comments