mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Merge pull request #212 from JonasKruckenberg/release
This commit is contained in:
commit
11b7ffea60
@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-build": patch
|
||||
---
|
||||
|
||||
Update Tauri
|
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[1.2.3]
|
||||
|
||||
- Update Tauri
|
||||
- [c9a9f47](https://github.com/JonasKruckenberg/tauri-build/commit/c9a9f477a4028c6f7d73c7de60436358ce2a63d8) Create update-tauri-cli.md on 2023-02-05
|
||||
|
||||
## \[1.2.2]
|
||||
|
||||
- Update Tauri to 1.2.2
|
||||
|
BIN
dist/cli.darwin-x64.node
generated
vendored
BIN
dist/cli.darwin-x64.node
generated
vendored
Binary file not shown.
BIN
dist/cli.linux-x64-gnu.node
generated
vendored
BIN
dist/cli.linux-x64-gnu.node
generated
vendored
Binary file not shown.
BIN
dist/cli.win32-x64-msvc.node
generated
vendored
BIN
dist/cli.win32-x64-msvc.node
generated
vendored
Binary file not shown.
194
dist/index.js
generated
vendored
194
dist/index.js
generated
vendored
@ -1,28 +1,28 @@
|
||||
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ 194:
|
||||
/***/ 2994:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5814:
|
||||
/***/ 4458:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1718:
|
||||
/***/ 7191:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.win32-x64-msvc.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 861:
|
||||
/***/ 4027:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -64,10 +64,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.buildProject = void 0;
|
||||
const cli_1 = __nccwpck_require__(4045);
|
||||
const cli_1 = __nccwpck_require__(879);
|
||||
const path_1 = __nccwpck_require__(1017);
|
||||
const tiny_glob_1 = __importDefault(__nccwpck_require__(5380));
|
||||
const core = __importStar(__nccwpck_require__(53));
|
||||
const tiny_glob_1 = __importDefault(__nccwpck_require__(8785));
|
||||
const core = __importStar(__nccwpck_require__(1368));
|
||||
const child_process_1 = __nccwpck_require__(2081);
|
||||
function buildProject(options) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
@ -178,7 +178,7 @@ function execCmd(cmd, args, options = {}) {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7760:
|
||||
/***/ 5634:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -219,9 +219,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
const core = __importStar(__nccwpck_require__(53));
|
||||
const build_project_1 = __nccwpck_require__(861);
|
||||
const string_argv_1 = __importDefault(__nccwpck_require__(2157));
|
||||
const core = __importStar(__nccwpck_require__(1368));
|
||||
const build_project_1 = __nccwpck_require__(4027);
|
||||
const string_argv_1 = __importDefault(__nccwpck_require__(1385));
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
@ -246,7 +246,7 @@ run();
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8168:
|
||||
/***/ 9367:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -273,7 +273,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.issue = exports.issueCommand = void 0;
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
const utils_1 = __nccwpck_require__(6274);
|
||||
const utils_1 = __nccwpck_require__(1142);
|
||||
/**
|
||||
* Commands
|
||||
*
|
||||
@ -345,7 +345,7 @@ function escapeProperty(s) {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 53:
|
||||
/***/ 1368:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -380,12 +380,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0;
|
||||
const command_1 = __nccwpck_require__(8168);
|
||||
const file_command_1 = __nccwpck_require__(8054);
|
||||
const utils_1 = __nccwpck_require__(6274);
|
||||
const command_1 = __nccwpck_require__(9367);
|
||||
const file_command_1 = __nccwpck_require__(2164);
|
||||
const utils_1 = __nccwpck_require__(1142);
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
const path = __importStar(__nccwpck_require__(1017));
|
||||
const oidc_utils_1 = __nccwpck_require__(8251);
|
||||
const oidc_utils_1 = __nccwpck_require__(6743);
|
||||
/**
|
||||
* The code to exit an action
|
||||
*/
|
||||
@ -663,17 +663,17 @@ exports.getIDToken = getIDToken;
|
||||
/**
|
||||
* Summary exports
|
||||
*/
|
||||
var summary_1 = __nccwpck_require__(3701);
|
||||
var summary_1 = __nccwpck_require__(1098);
|
||||
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
|
||||
/**
|
||||
* @deprecated use core.summary
|
||||
*/
|
||||
var summary_2 = __nccwpck_require__(3701);
|
||||
var summary_2 = __nccwpck_require__(1098);
|
||||
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
|
||||
/**
|
||||
* Path exports
|
||||
*/
|
||||
var path_utils_1 = __nccwpck_require__(7081);
|
||||
var path_utils_1 = __nccwpck_require__(9741);
|
||||
Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } }));
|
||||
Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } }));
|
||||
Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } }));
|
||||
@ -681,7 +681,7 @@ Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: funct
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8054:
|
||||
/***/ 2164:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -712,7 +712,7 @@ exports.issueCommand = void 0;
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
const fs = __importStar(__nccwpck_require__(7147));
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
const utils_1 = __nccwpck_require__(6274);
|
||||
const utils_1 = __nccwpck_require__(1142);
|
||||
function issueCommand(command, message) {
|
||||
const filePath = process.env[`GITHUB_${command}`];
|
||||
if (!filePath) {
|
||||
@ -730,7 +730,7 @@ exports.issueCommand = issueCommand;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8251:
|
||||
/***/ 6743:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -746,9 +746,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.OidcClient = void 0;
|
||||
const http_client_1 = __nccwpck_require__(8971);
|
||||
const auth_1 = __nccwpck_require__(3955);
|
||||
const core_1 = __nccwpck_require__(53);
|
||||
const http_client_1 = __nccwpck_require__(3569);
|
||||
const auth_1 = __nccwpck_require__(6931);
|
||||
const core_1 = __nccwpck_require__(1368);
|
||||
class OidcClient {
|
||||
static createHttpClient(allowRetry = true, maxRetry = 10) {
|
||||
const requestOptions = {
|
||||
@ -814,7 +814,7 @@ exports.OidcClient = OidcClient;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7081:
|
||||
/***/ 9741:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -879,7 +879,7 @@ exports.toPlatformPath = toPlatformPath;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 3701:
|
||||
/***/ 1098:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -1169,7 +1169,7 @@ exports.summary = _summary;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6274:
|
||||
/***/ 1142:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
@ -1216,7 +1216,7 @@ exports.toCommandProperties = toCommandProperties;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 3955:
|
||||
/***/ 6931:
|
||||
/***/ (function(__unused_webpack_module, exports) {
|
||||
|
||||
"use strict";
|
||||
@ -1304,7 +1304,7 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8971:
|
||||
/***/ 3569:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -1342,8 +1342,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0;
|
||||
const http = __importStar(__nccwpck_require__(3685));
|
||||
const https = __importStar(__nccwpck_require__(5687));
|
||||
const pm = __importStar(__nccwpck_require__(9446));
|
||||
const tunnel = __importStar(__nccwpck_require__(5130));
|
||||
const pm = __importStar(__nccwpck_require__(2242));
|
||||
const tunnel = __importStar(__nccwpck_require__(4249));
|
||||
var HttpCodes;
|
||||
(function (HttpCodes) {
|
||||
HttpCodes[HttpCodes["OK"] = 200] = "OK";
|
||||
@ -1916,7 +1916,7 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 9446:
|
||||
/***/ 2242:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
@ -1984,7 +1984,7 @@ exports.checkBypass = checkBypass;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4078:
|
||||
/***/ 5200:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const { existsSync, readFileSync } = __nccwpck_require__(7147)
|
||||
@ -2017,9 +2017,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.android-arm64.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(3130)
|
||||
nativeBinding = __nccwpck_require__(686)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(4000)
|
||||
nativeBinding = __nccwpck_require__(1488)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2029,9 +2029,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.android-arm-eabi.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(2308)
|
||||
nativeBinding = __nccwpck_require__(2557)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(9719)
|
||||
nativeBinding = __nccwpck_require__(4049)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2049,9 +2049,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(6245)
|
||||
nativeBinding = __nccwpck_require__(2695)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(1718)
|
||||
nativeBinding = __nccwpck_require__(7191)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2063,9 +2063,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(3133)
|
||||
nativeBinding = __nccwpck_require__(5072)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(3071)
|
||||
nativeBinding = __nccwpck_require__(9649)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2077,9 +2077,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(2933)
|
||||
nativeBinding = __nccwpck_require__(9380)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(5485)
|
||||
nativeBinding = __nccwpck_require__(4523)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2095,9 +2095,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.darwin-x64.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(78)
|
||||
nativeBinding = __nccwpck_require__(5921)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(194)
|
||||
nativeBinding = __nccwpck_require__(2994)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2109,9 +2109,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(5668)
|
||||
nativeBinding = __nccwpck_require__(9117)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(4679)
|
||||
nativeBinding = __nccwpck_require__(2146)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2128,9 +2128,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.freebsd-x64.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(6474)
|
||||
nativeBinding = __nccwpck_require__(5188)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(4668)
|
||||
nativeBinding = __nccwpck_require__(9968)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2145,9 +2145,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(7520)
|
||||
nativeBinding = __nccwpck_require__(3578)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(7541)
|
||||
nativeBinding = __nccwpck_require__(2896)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2158,9 +2158,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(4294)
|
||||
nativeBinding = __nccwpck_require__(4940)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(5814)
|
||||
nativeBinding = __nccwpck_require__(4458)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2174,9 +2174,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(5127)
|
||||
nativeBinding = __nccwpck_require__(4372)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(1840)
|
||||
nativeBinding = __nccwpck_require__(3116)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2187,9 +2187,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(6055)
|
||||
nativeBinding = __nccwpck_require__(342)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(9674)
|
||||
nativeBinding = __nccwpck_require__(4700)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2202,9 +2202,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(2948)
|
||||
nativeBinding = __nccwpck_require__(3381)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(7417)
|
||||
nativeBinding = __nccwpck_require__(8656)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2233,10 +2233,10 @@ module.exports.logError = logError
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4045:
|
||||
/***/ 879:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const { run, logError } = __nccwpck_require__(4078)
|
||||
const { run, logError } = __nccwpck_require__(5200)
|
||||
|
||||
module.exports.run = (args, binName) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
@ -2255,7 +2255,7 @@ module.exports.logError = logError
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6822:
|
||||
/***/ 1384:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
"use strict";
|
||||
@ -2359,7 +2359,7 @@ module.exports = globalyzer;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1157:
|
||||
/***/ 922:
|
||||
/***/ ((module) => {
|
||||
|
||||
const isWin = process.platform === 'win32';
|
||||
@ -2637,7 +2637,7 @@ module.exports = globrex;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2157:
|
||||
/***/ 1385:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
@ -2689,13 +2689,13 @@ function firstString() {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5380:
|
||||
/***/ 8785:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const fs = __nccwpck_require__(7147);
|
||||
const globrex = __nccwpck_require__(1157);
|
||||
const globrex = __nccwpck_require__(922);
|
||||
const { promisify } = __nccwpck_require__(3837);
|
||||
const globalyzer = __nccwpck_require__(6822);
|
||||
const globalyzer = __nccwpck_require__(1384);
|
||||
const { join, resolve, relative } = __nccwpck_require__(1017);
|
||||
const isHidden = /(^|[\\\/])\.[^\\\/\.]/g;
|
||||
const readdir = promisify(fs.readdir);
|
||||
@ -2779,15 +2779,15 @@ module.exports = async function (str, opts={}) {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5130:
|
||||
/***/ 4249:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = __nccwpck_require__(649);
|
||||
module.exports = __nccwpck_require__(709);
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 649:
|
||||
/***/ 709:
|
||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||
|
||||
"use strict";
|
||||
@ -3059,7 +3059,7 @@ exports.debug = debug; // for test
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2308:
|
||||
/***/ 2557:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.android-arm-eabi.node");
|
||||
@ -3067,7 +3067,7 @@ module.exports = eval("require")("./cli.android-arm-eabi.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 3130:
|
||||
/***/ 686:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.android-arm64.node");
|
||||
@ -3075,7 +3075,7 @@ module.exports = eval("require")("./cli.android-arm64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5668:
|
||||
/***/ 9117:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.darwin-arm64.node");
|
||||
@ -3083,7 +3083,7 @@ module.exports = eval("require")("./cli.darwin-arm64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 78:
|
||||
/***/ 5921:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.darwin-x64.node");
|
||||
@ -3091,7 +3091,7 @@ module.exports = eval("require")("./cli.darwin-x64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6474:
|
||||
/***/ 5188:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.freebsd-x64.node");
|
||||
@ -3099,7 +3099,7 @@ module.exports = eval("require")("./cli.freebsd-x64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2948:
|
||||
/***/ 3381:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-arm-gnueabihf.node");
|
||||
@ -3107,7 +3107,7 @@ module.exports = eval("require")("./cli.linux-arm-gnueabihf.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6055:
|
||||
/***/ 342:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-arm64-gnu.node");
|
||||
@ -3115,7 +3115,7 @@ module.exports = eval("require")("./cli.linux-arm64-gnu.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5127:
|
||||
/***/ 4372:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-arm64-musl.node");
|
||||
@ -3123,7 +3123,7 @@ module.exports = eval("require")("./cli.linux-arm64-musl.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4294:
|
||||
/***/ 4940:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-x64-gnu.node");
|
||||
@ -3131,7 +3131,7 @@ module.exports = eval("require")("./cli.linux-x64-gnu.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7520:
|
||||
/***/ 3578:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-x64-musl.node");
|
||||
@ -3139,7 +3139,7 @@ module.exports = eval("require")("./cli.linux-x64-musl.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2933:
|
||||
/***/ 9380:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.win32-arm64-msvc.node");
|
||||
@ -3147,7 +3147,7 @@ module.exports = eval("require")("./cli.win32-arm64-msvc.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 3133:
|
||||
/***/ 5072:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.win32-ia32-msvc.node");
|
||||
@ -3155,7 +3155,7 @@ module.exports = eval("require")("./cli.win32-ia32-msvc.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6245:
|
||||
/***/ 2695:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.win32-x64-msvc.node");
|
||||
@ -3163,7 +3163,7 @@ module.exports = eval("require")("./cli.win32-x64-msvc.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 9719:
|
||||
/***/ 4049:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-android-arm-eabi");
|
||||
@ -3171,7 +3171,7 @@ module.exports = eval("require")("@tauri-apps/cli-android-arm-eabi");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4000:
|
||||
/***/ 1488:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
||||
@ -3179,7 +3179,7 @@ module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4679:
|
||||
/***/ 2146:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-darwin-arm64");
|
||||
@ -3187,7 +3187,7 @@ module.exports = eval("require")("@tauri-apps/cli-darwin-arm64");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4668:
|
||||
/***/ 9968:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-freebsd-x64");
|
||||
@ -3195,7 +3195,7 @@ module.exports = eval("require")("@tauri-apps/cli-freebsd-x64");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7417:
|
||||
/***/ 8656:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-arm-gnueabihf");
|
||||
@ -3203,7 +3203,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-arm-gnueabihf");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 9674:
|
||||
/***/ 4700:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-gnu");
|
||||
@ -3211,7 +3211,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-arm64-gnu");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1840:
|
||||
/***/ 3116:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-musl");
|
||||
@ -3219,7 +3219,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-arm64-musl");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7541:
|
||||
/***/ 2896:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-x64-musl");
|
||||
@ -3227,7 +3227,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-x64-musl");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5485:
|
||||
/***/ 4523:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-win32-arm64-msvc");
|
||||
@ -3235,7 +3235,7 @@ module.exports = eval("require")("@tauri-apps/cli-win32-arm64-msvc");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 3071:
|
||||
/***/ 9649:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-win32-ia32-msvc");
|
||||
@ -3373,7 +3373,7 @@ module.exports = require("util");
|
||||
/******/ // startup
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ // This entry module is referenced by other modules so it can't be inlined
|
||||
/******/ var __webpack_exports__ = __nccwpck_require__(7760);
|
||||
/******/ var __webpack_exports__ = __nccwpck_require__(5634);
|
||||
/******/ module.exports = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tauri-build",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "TypeScript template action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user