Skip to content

Commit 1cb4510

Browse files
committed
fix: build batch script messing up paths
1 parent 1c4d990 commit 1cb4510

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/navdata_updater/build.bat

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
cd %~dp0
44

5-
.\scripts\run_docker_cmd.bat ./scripts/build.sh
5+
call .\scripts\run_docker_cmd.bat ./scripts/build.sh
6+
7+
@REM For some reason, the call command messes up the working directory, so we need to change it back
8+
cd %~dp0
9+
10+
copy .\out\navdata_updater.wasm ..\..\samples\aircraft\PackageSources\SimObjects\Airplanes\Navigraph_Navdata_Updater_Aircraft\panel

0 commit comments

Comments
 (0)