Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Feb 29, 2024
1 parent 1503b09 commit 3159fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ target("cyber_engine_tweaks")
os.mkdir("package/bin/x64/plugins/cyber_engine_tweaks/fonts")
os.cp("fonts/*", "package/bin/x64/plugins/cyber_engine_tweaks/fonts")

os.cp("LICENSE", "package/bin/x64/")
os.cp("LICENSE", "package/red4ext/plugins/cyber_engine_tweaks/")
os.cp("ThirdParty_LICENSES", "package/bin/x64/plugins/cyber_engine_tweaks/ThirdParty_LICENSES")

os.cp(target:targetfile(), "package/red4ext/plugins/cyber_engine_tweaks/")
Expand Down

0 comments on commit 3159fff

Please sign in to comment.