Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Sep 9, 2023
1 parent 81ed712 commit d1ee1d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 1 addition & 5 deletions engines/oss-cosmic-amnesia/assets/run-amnesia.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/bin/bash

rm ./fsport3_6.vp
rm ./fsport-missions.vp
rm ./sparky_hi_fs1.vp

LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" ./fs2_open_x64 "$@"
LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" ./Amnesia "$@"
6 changes: 6 additions & 0 deletions engines/oss-cosmic-amnesia/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"devil"
]
}

0 comments on commit d1ee1d2

Please sign in to comment.