mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 21:05:06 +00:00
add debug
This commit is contained in:
parent
64e6cfe03b
commit
7077ba7215
@ -66,7 +66,7 @@ async function run(platform: Platform): Promise<void> {
|
||||
let versionName = ''
|
||||
let godotUrl = ''
|
||||
let exportTemplateUrl = ''
|
||||
|
||||
core.info(`Using custom url ${customUrl}`)
|
||||
if (customUrl.length > 0) {
|
||||
// Если задан customUrl, используем его вместо вычислений по версии
|
||||
core.info(`😎 Using custom Godot build from ${customUrl}`)
|
||||
|
@ -17,6 +17,7 @@ export interface Platform {
|
||||
* Returns the path to the unzipped file for the platform.
|
||||
* @param installationDir Installation directory.
|
||||
* @param versionName Version name.
|
||||
* @param useDotnet
|
||||
*/
|
||||
getUnzippedPath(
|
||||
installationDir: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user