Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
azubieta
vcvrack-appimage-arm
Commits
74f8b347
Commit
74f8b347
authored
Jan 13, 2022
by
azubieta
Browse files
Merge branch 'master' into main
parents
cc7eeb2d
2cb4293f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
74f8b347
# appimage-builder
appimage-builder-cache/
AppDir/
*.AppImage
# project specificts
*.tar.gz
\ No newline at end of file
appimage-arm.yml
0 → 100644
View file @
74f8b347
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version
:
1
script
:
-
rm -rf ./AppDir ||
true
-
mkdir -p ./AppDir/opt
-
mkdir -p AppDir/usr/share/icons/hicolor/512x512/apps/
-
wget -c https://github.com/hexdump0815/vcvrack-dockerbuild-v1/releases/download/v1.1.6_15/vcvrack.armv7l-v1.tar.gz
-
tar -zxf ./vcvrack.armv7l-v1.tar.gz -C ./AppDir/opt
-
cp launch.sh ./AppDir
-
cp AppDir/opt/vcvrack.armv7l-v1/res/icon.png AppDir/usr/share/icons/hicolor/512x512/apps/com.vcvrack.rack.png
AppDir
:
path
:
AppDir
app_info
:
id
:
com.vcvrack.rack
name
:
VCVRack
icon
:
com.vcvrack.rack
version
:
1.1.6
exec
:
bin/bash
exec_args
:
$APPDIR/launch.sh $@
apt
:
arch
:
-
armhf
allow_unauthenticated
:
true
sources
:
-
sourceline
:
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
-
sourceline
:
deb http://archive.raspberrypi.org/debian/ buster main
include
:
-
bash
-
libasound2-data
-
libasound2-plugins
-
libgpg-error0
-
liblzma5
-
libnss-mdns
-
libsystemd0
-
libtinfo6
-
pulseaudio
files
:
exclude
:
-
usr/share/man
-
usr/share/doc/*/README.*
-
usr/share/doc/*/changelog.*
-
usr/share/doc/*/NEWS.*
-
usr/share/doc/*/TODO.*
AppImage
:
arch
:
armhf
update-information
:
guess
launch.sh
0 → 100755
View file @
74f8b347
#!/bin/sh
# the application must be executed from its directory
DIRNAME
=
"
$(
dirname
"
$0
"
)
"
cd
"
$DIRNAME
/opt/vcvrack.armv7l-v1"
&&
./Rack
-d
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment