mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
parent
c9760a77ad
commit
05d567be9f
3 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ Initial build:
|
|||
|
||||
- Compile the project (described in the next section)
|
||||
- Copy all executable files from `build/` to your game directory
|
||||
- Copy the contents of `data/ship/` to your game directory
|
||||
- Copy the contents of `data/*/ship/` to your game directory
|
||||
|
||||
Subsequent builds:
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
## [Unreleased](https://github.com/LostArtefacts/TRX/compare/tr1-4.5...develop) - ××××-××-××
|
||||
- fixed mac builds missing embedded resources (#1710, regression from 4.5)
|
||||
|
||||
## [4.5](https://github.com/LostArtefacts/TRX/compare/tr1-4.4...tr1-4.5) - 2024-10-08
|
||||
- added a photo mode feature (#1669)
|
||||
|
|
|
@ -316,9 +316,9 @@ executable(
|
|||
)
|
||||
|
||||
if host_machine.system() == 'darwin'
|
||||
install_subdir('../../data/ship/cfg', install_dir : 'Contents/Resources')
|
||||
install_subdir('../../data/ship/data', install_dir : 'Contents/Resources')
|
||||
install_subdir('../../data/ship/shaders', install_dir : 'Contents/Resources')
|
||||
install_subdir('../../data/tr1/ship/cfg', install_dir : 'Contents/Resources')
|
||||
install_subdir('../../data/tr1/ship/data', install_dir : 'Contents/Resources')
|
||||
install_subdir('../../data/tr1/ship/shaders', install_dir : 'Contents/Resources')
|
||||
install_data('../../data/tr1/mac/icon.icns', install_dir : 'Contents/Resources')
|
||||
install_data('../../data/tr1/mac/Info.plist', install_dir : 'Contents')
|
||||
meson.add_install_script('../../tools/tr1/mac/bundle_dylibs')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue