From 82d80e47264335dc856c9ca6f6188ab61be27563 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Wed, 6 Mar 2024 15:41:27 -0600 Subject: [PATCH] rebuild --- build/index.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build/index.js b/build/index.js index 373fe4b..effd47a 100644 --- a/build/index.js +++ b/build/index.js @@ -2811,7 +2811,7 @@ module.exports = require("util"); var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. (() => { -// Generated by Haxe 4.3.3 +// Generated by Haxe 4.3.1 (function ($global) { "use strict"; function Command_runInDir(dir,cmd,args) { let cmd1 = cmd; @@ -3128,7 +3128,10 @@ function Main_main() { } actions_Core.startGroup("Installing Haxe Dependencies"); let haxeVersion1 = haxeVersion; - let cmd = "sudo apt install neko"; + let cmd = "sudo add-apt-repository ppa:haxe/snapshots -y"; + let cmd1 = "sudo apt-get install --fix-missing"; + let cmd2 = "sudo apt-get upgrade"; + let cmd3 = "sudo apt-get install neko -y"; let openFlVersion1 = openFlVersion; let flixelVersions1 = flixelVersions; let target1 = target; @@ -3136,6 +3139,12 @@ function Main_main() { return Main_setupLix(haxeVersion1); },function() { return Command_run(cmd); + },function() { + return Command_run(cmd1); + },function() { + return Command_run(cmd2); + },function() { + return Command_run(cmd3); },function() { return Main_installHaxelibs(openFlVersion1,flixelVersions1); },function() {