Skip to content

Commit

Permalink
Spinoco (1 September)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Sep 1, 2023
1 parent cb13ef5 commit 9487805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ APPTEMPDIR=$(mount | grep Spinoco | cut -d " " -f 3)

# copy it to the CP
(cd $APPTEMPDIR;cp -r -p * $BASEDIR)
# remove autoupdate
rm -f $BASEDIR/resources/app-update.yml

APPIMAGEVERSION=$(grep "^X-AppImage" $BASEDIR/spinoco.desktop | cut -d "=" -f 2)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<ivalue classname="sessions.custom_application%.hotkey" variableExpression="" variableSubstitutionActive="false"></ivalue>
<ivalue classname="sessions.custom_application%.desktop_path" variableExpression="" variableSubstitutionActive="false"></ivalue>
<ivalue classname="sessions.custom_application%.desktop" variableExpression="" variableSubstitutionActive="false">true</ivalue>
<ivalue classname="sessions.custom_application%.cmdline" variableExpression="" variableSubstitutionActive="false">/custom/spinoco/AppRun --no-sandbox</ivalue>
<ivalue classname="sessions.custom_application%.cmdline" variableExpression="" variableSubstitutionActive="false">/custom/spinoco/spinoco</ivalue>
<ivalue classname="sessions.custom_application%.autostart" variableExpression="" variableSubstitutionActive="false">false</ivalue>
<ivalue classname="sessions.custom_application%.appliance_mode_access" variableExpression="" variableSubstitutionActive="false">false</ivalue>
<ivalue classname="sessions.custom_application%.applaunch_system" variableExpression="" variableSubstitutionActive="false">false</ivalue>
Expand Down

0 comments on commit 9487805

Please sign in to comment.