Skip to content

Commit a323930

Browse files
committed
CONSOLE: updated for building as AppImage
1 parent 2744f38 commit a323930

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>smallbasic</id>
4+
<name>SmallBASIC</name>
5+
<summary>SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes</summary>
6+
<metadata_license>MIT</metadata_license>
7+
<project_license>GPL-2.0-or-later</project_license>
8+
<description>
9+
<p>
10+
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes.
11+
SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system,
12+
sound, and graphic commands along with structured programming syntax. SmallBASIC is licensed under the GPL.
13+
</p>
14+
</description>
15+
<launchable type="desktop-id">smallbasic.desktop</launchable>
16+
<screenshots>
17+
<screenshot type="default">
18+
<image>https://smallbasic.github.io/images/screenshots/gold.png</image>
19+
</screenshot>
20+
<screenshot>
21+
<image>https://smallbasic.github.io/images/screenshots/bowling.png</image>
22+
</screenshot>
23+
<screenshot>
24+
<image>https://smallbasic.github.io/images/screenshots/bb.gif</image>
25+
</screenshot>
26+
</screenshots>
27+
</component>

src/platform/console/smallbasic.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Name=SmallBASIC
33
Exec=sbasic
44
Icon=sb-desktop-128x128
5-
Terminal=false
5+
Terminal=true
66
Type=Application
7-
Categories=Development;
7+
Categories=Development
88
MimeType=application/bas
99
NoDisplay=false

0 commit comments

Comments
 (0)