mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-07 07:21:37 +01:00
wip: implement dependencies & install
This commit is contained in:
@@ -8,8 +8,9 @@ description: >
|
||||
to a town that worships ducks. Dink is never freed from the grievances of being a pig farmer,
|
||||
a fact he is far too often reminded of by his nemesis, Milder Flatstomp.
|
||||
dependencies:
|
||||
- dummy_dep_1
|
||||
- DirectX 9.0c
|
||||
link_only: false
|
||||
extra_files:
|
||||
dummy_file_1.txt: "%APP_DATA%/game_vault/"
|
||||
dummy_dir_1: "%APP_DATA%/game_vault/"
|
||||
dummy_dir_1: "%APP_DATA%/game_vault/"
|
||||
run_exe: "GNUFreeDink/dink.exe"
|
||||
8
example_software_root/directx9/meta.yaml
Normal file
8
example_software_root/directx9/meta.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
genre: System Tools
|
||||
title: DirectX 9.0c
|
||||
description: >
|
||||
The last official DirectX9 driver, needed for various games.
|
||||
dependencies:
|
||||
link_only: false
|
||||
extra_files:
|
||||
installer: DX/DXSETUP.exe
|
||||
Reference in New Issue
Block a user