File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ compile rust_target target:
6969 if [ " {{rust_target}}" == " aarch64-unknown-linux-gnu" ]; then
7070 docker run --rm --platform linux/arm64 -v {{build_dir}}:{{build_dir}} lukechannings/deno compile {{deno_compile_options}} --output {{build_dir}}/{{target}}/moviematch {{build_dir}}/moviematch.js
7171 else
72- deno compile {{deno_compile_options}} --lite -- target {{rust_target}} --output {{build_dir}}/{{target}}/moviematch {{build_dir}}/moviematch.js
72+ deno compile {{deno_compile_options}} --target {{rust_target}} --output {{build_dir}}/{{target}}/moviematch {{build_dir}}/moviematch.js
7373 fi
7474
7575test :
Original file line number Diff line number Diff line change 77- [ Bugfix] error messages for Login / Join / CreateRoom are now shown to the user
88- [ Bugfix] Boolean filters now work as expected
99- [ Bugfix] ` requirePlexTvLogin ` config option now works as expected
10- - Upgrade Deno to 1.10.1
1110
1211## v2.0.0-beta.1
1312
You can’t perform that action at this time.
0 commit comments