Skip to content

Commit 13d7c22

Browse files
Merge pull request #1 from pkgforge-dev/test
Fix for midi folder
2 parents 746b488 + 44d72b8 commit 13d7c22

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dir=${XDG_DATA_HOME:-~/.local/share}/roller
2+
if [ ! -f "dir"/midi/wildmidi.cfg ]; then
3+
mkdir -p "$dir"
4+
cp -r "$APPDIR"/bin/midi "$dir"
5+
fi
6+
cd "$dir"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
</div>
1919

20-
### ⚠️ Usage example `./Roller-x-anylinux-x.AppImage --whiplash-root /rootpath/where/fataldata/is/located --midi-root /root/for/midi/folder` ⚠️
20+
### ⚠️ Usage example `./Roller-x-anylinux-x.AppImage --whiplash-root /rootpath/where/fataldata/is/located` ⚠️
2121

2222
---
2323

0 commit comments

Comments
 (0)