From 77d559c3b440a155fa6ba7301394d67080210da5 Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Sun, 2 Jun 2024 23:00:42 +0200 Subject: [PATCH] updated instrument lib --- haxe_libraries/instrument.hxml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/haxe_libraries/instrument.hxml b/haxe_libraries/instrument.hxml index d66d07a..ea7cc93 100644 --- a/haxe_libraries/instrument.hxml +++ b/haxe_libraries/instrument.hxml @@ -1,5 +1,4 @@ -# @install: lix --silent download "gh://github.com/AlexHaxe/haxe-instrument#9a687ac403cebdcde2d5326af2487d1dea88d66e" into instrument/1.1.1/github/9a687ac403cebdcde2d5326af2487d1dea88d66e --lib safety --cp ${HAXE_LIBCACHE}/instrument/1.1.1/github/9a687ac403cebdcde2d5326af2487d1dea88d66e/src --D instrument=1.1.1 +# @install: lix --silent download "haxelib:/instrument#1.2.0" into instrument/1.2.0/haxelib -lib safety +-cp ${HAXE_LIBCACHE}/instrument/1.2.0/haxelib/src +-D instrument=1.2.0 \ No newline at end of file