forked from LostArtefacts/TRX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjustfile.tr3
More file actions
13 lines (12 loc) · 752 Bytes
/
justfile.tr3
File metadata and controls
13 lines (12 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[group('tr3')]
tr3-build-win-installer: (image-win-installer "0") (_docker_run "rrdash/trx-installer" "3")
[group('tr3')]
tr3-package-linux target='release' *args: (trx-build-linux target) (_docker_run "rrdash/trx-linux" "package" "--tr-version" "3" args)
[group('tr3')]
tr3-package-win target='release' *args: (trx-build-win target) (_docker_run "rrdash/trx-win" "package" "--tr-version" "3" args)
[group('tr3')]
tr3-package-win-installer target='release' *args: \
(trx-build-win target) \
(_docker_run "rrdash/trx-win" "package" "--tr-version" "3" "-o" "tools/installer/TR3X_Installer/Resources/release.zip") \
(tr3-build-win-installer) \
(_docker_run "rrdash/trx-win" "package" "--platform" "win-installer" "--tr-version" "3" args)