Trying to add the executable. Updating to version 0.0.6

This commit is contained in:
Alejandro Lembke Barrientos 2024-07-24 01:53:41 +00:00
parent ddd18582ae
commit 4ca6d1303d
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
4 changed files with 10 additions and 2 deletions

View File

@ -21,7 +21,7 @@ RUN wget "https://viva.systems/download/vivadesigner11-64-bit-free-debian-deb/?w
&& rm -rf /tmp/*
# add local files
# COPY /root /
COPY /root /
# ports and volumes
EXPOSE 3000

View File

@ -1,3 +1,3 @@
# Viva Designer Image
### version 0.0.5
### version 0.0.6

1
root/defaults/autostart Normal file
View File

@ -0,0 +1 @@
/usr/lib/viva/VivaDesigner

7
root/defaults/menu.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
<item label="VivaDesigner" icon="/usr/share/icons/hicolor/48x48/apps/VivaDesigner-Logo.png"><action name="Execute"><command>/usr/lib/viva/VivaDesigner</command></action></item>
</menu>
</openbox_menu>