Andrew Kahr
|
45f9808c75
|
Move android keystore decode logic to TS
|
2022-11-22 17:06:27 -08:00 |
Andrew Kahr
|
78f5a2ef1a
|
Create android keystore on windows, output android version code
|
2022-11-22 04:11:48 -08:00 |
Eric Roy
|
96555a0945
|
Fix powershell quotation issue, when CUSTOM_PARAMETERS contains spaces (#470)
|
2022-10-31 11:12:56 +01:00 |
Shane Engelman
|
1adfabf512
|
Pass Android parameters for Windows builds, fixes #434 (#436)
https://github.com/game-ci/unity-builder/issues/434 will show that no Windows builds are currently capable of sending `androidVersionCode` or any other Android parameters. This can be fixed very simply by adjusting the build script to pass these parameters. Compare the following two files:
- cdee7d1d9a/dist/platforms/windows/build.ps1 (L112)
- cdee7d1d9a/dist/platforms/ubuntu/steps/build.sh (L138)
It's clear that the current Windows build script is omitting certain parameters. This will resolve that issue (linked in commit message header).
|
2022-09-16 15:12:28 -05:00 |
Paul Pacheco
|
d98a0ed32d
|
fix: windows build (#368)
|
2022-03-31 21:28:40 +02:00 |