From 3f600ce9fd58f8b62867f925b17cba67093973b4 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 28 Jun 2025 14:11:43 +0530 Subject: [PATCH] fix --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 883f3085..6822daab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -557,13 +557,12 @@ jobs: export PATH=$nekopath:"$PATH" cd ~/project haxe compile-uwp.hxml - HASHLINKPATH=~/deps/hashlink - MSBuild.exe -m -nologo -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -p:HASHLINK=$HASHLINKPATH marblegame.sln - cd uwp - "/c/Program Files/CMake/bin/cmake" -B build_vs -G "Visual Studio 17 2022" -A x64 -T v142 -DDATACHANNEL_DIR=~/deps/hxDatachannel/cpp/build/Release -DHASHLINK_DIR=~/deps/hashlink/build/bin -DMBHAXE_DIR=../native/x64/Release - "/c/Program Files/CMake/bin/cmake" --build build_vs --config Release -j4 cd native HASHLINKPATH=~/deps/hashlink + MSBuild.exe -m -nologo -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -p:HASHLINK=$HASHLINKPATH marblegame.sln + cd ../uwp + "/c/Program Files/CMake/bin/cmake" -B build_vs -G "Visual Studio 17 2022" -A x64 -T v142 -DDATACHANNEL_DIR=~/deps/hxDatachannel/cpp/build/Release -DHASHLINK_DIR=~/deps/hashlink/build/bin -DMBHAXE_DIR=../native/x64/Release + "/c/Program Files/CMake/bin/cmake" --build build_vs --config Release -j4 - run: name: Package app bundle