Skip to content

Commit 8beaad3

Browse files
committed
CONSOLE: updated for building as AppImage
1 parent a323930 commit 8beaad3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/platform/console/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sbasic_DEPENDENCIES = $(top_srcdir)/src/common/libsb_common.a
2828
iconsdir = $(datadir)/icons/hicolor/128x128/apps
2929
icons_DATA = ../../../images/sb-desktop-128x128.png
3030
desktopdir = $(datadir)/applications
31-
desktop_DATA = smallbasic.desktop
31+
desktop_DATA = io.github.smallbasic.desktop
3232

3333
TEST_DIR=../../../samples/distro-examples/tests
3434
UNIT_TESTS=array break byref eval-test iifs matrices metaa ongoto \

src/platform/console/smallbasic.appdata.xml renamed to src/platform/console/io.github.smallbasic.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>smallbasic</id>
3+
<id>io.github.smallbasic</id>
44
<name>SmallBASIC</name>
55
<summary>SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes</summary>
66
<metadata_license>MIT</metadata_license>
@@ -12,7 +12,7 @@
1212
sound, and graphic commands along with structured programming syntax. SmallBASIC is licensed under the GPL.
1313
</p>
1414
</description>
15-
<launchable type="desktop-id">smallbasic.desktop</launchable>
15+
<launchable type="desktop-id">io.github.smallbasic.desktop</launchable>
1616
<screenshots>
1717
<screenshot type="default">
1818
<image>https://smallbasic.github.io/images/screenshots/gold.png</image>

src/platform/console/smallbasic.desktop renamed to src/platform/console/io.github.smallbasic.desktop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Type=Application
77
Categories=Development
88
MimeType=application/bas
99
NoDisplay=false
10+

0 commit comments

Comments
 (0)