From fff9f8f33d9b980c6b7654d43ef5569748c95157 Mon Sep 17 00:00:00 2001 From: Chadi LAOULAOU Date: Thu, 22 Feb 2024 13:54:43 +0100 Subject: [PATCH] run action --- dist/index.js | 2 +- src/cliDownloader.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 35f6a72..02db573 100644 --- a/dist/index.js +++ b/dist/index.js @@ -39793,7 +39793,7 @@ const cliCommand_1 = __nccwpck_require__(8344); const decompress_1 = __importDefault(__nccwpck_require__(9350)); async function CliDownloader(binaryDir) { const flagshipDir = 'flagship'; - const internalFlagshipDir = '.flagship'; + const internalFlagshipDir = '.flagship/configurations'; const cliTar = `flagship/flagship-${cliCommand_1.CliVersion}.tar.gz`; async function installDir() { let platform = process.platform.toString(); diff --git a/src/cliDownloader.ts b/src/cliDownloader.ts index a0dc69b..41aad4f 100644 --- a/src/cliDownloader.ts +++ b/src/cliDownloader.ts @@ -9,7 +9,7 @@ import decompress from 'decompress' export async function CliDownloader(binaryDir: string) { const flagshipDir = 'flagship' - const internalFlagshipDir = '.flagship' + const internalFlagshipDir = '.flagship/configurations' const cliTar = `flagship/flagship-${CliVersion}.tar.gz` async function installDir(): Promise {