mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-03-22 12:55:32 +07:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
xbuild /p:Configuration=Release_FREE;
|
|
xbuild /p:Configuration=Release_LITE;
|
|
xbuild /p:Configuration=Release_FULL;
|