diff options
author | axtloss <axtlos@tar.black> | 2022-07-07 17:25:35 +0200 |
---|---|---|
committer | axtloss <axtlos@tar.black> | 2022-07-07 17:25:35 +0200 |
commit | 2bd7ed37199bf63cbde22c5503da3c5bf607aa28 (patch) | |
tree | 667e137a9e93813e8f26c2d3cc713c379789cfcf /com.hoytech.vmtech | |
parent | 55f84d8ceba73e4950719dada25a4e3a61c91b05 (diff) | |
download | flatpaks-2bd7ed37199bf63cbde22c5503da3c5bf607aa28.tar.gz flatpaks-2bd7ed37199bf63cbde22c5503da3c5bf607aa28.tar.bz2 |
change vmtouch to right directory
Diffstat (limited to 'com.hoytech.vmtech')
-rw-r--r-- | com.hoytech.vmtech/com.hoytech.vmtouch.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/com.hoytech.vmtech/com.hoytech.vmtouch.yml b/com.hoytech.vmtech/com.hoytech.vmtouch.yml deleted file mode 100644 index 9324f6e..0000000 --- a/com.hoytech.vmtech/com.hoytech.vmtouch.yml +++ /dev/null @@ -1,31 +0,0 @@ -app-id: com.hoytech.vmtouch -runtime: org.freedesktop.Platform -runtime-version: '21.08' -sdk: org.freedesktop.Sdk -command: vmtouch -finish-args: - - --allow=devel - - --allow=multiarch - - --share=network - - --share=ipc - - --socket=x11 - - --socket=wayland - - --socket=pulseaudio - - --device=all - - --system-talk-name=org.freedesktop.UDisks2 - - --system-talk-name=org.freedesktop.Flatpak - - --talk-name=org.freedesktop.Notifications - - --env=LD_LIBRARY_PATH=/app/lib:/app/lib32 - - --env=PATH=/app/bin:/app/utils/bin:/usr/bin:/usr/lib/extensions/vulkan/MangoHud/bin/:/usr/bin:/usr/lib/extensions/vulkan/OBSVkCapture/bin/ - - --require-version=1.1.2 - - --filesystem=host:rw # this is just for testing - -modules: - - name: vmtouch - buildsystem: simple - sources: - - type: git - url: https://github.com/hoytech/vmtouch - build-commands: - - make - - make install PREFIX=/app |