mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Stop installing old native during build
This commit is contained in:
parent
ff38ceb71f
commit
5394618d93
1 changed files with 0 additions and 12 deletions
|
@ -52,18 +52,6 @@ scripts/newtab.md.sh
|
||||||
scripts/make_tutorial.sh
|
scripts/make_tutorial.sh
|
||||||
scripts/make_docs.sh
|
scripts/make_docs.sh
|
||||||
|
|
||||||
if [ "$1" != "--no-native" ]; then
|
|
||||||
if [ "$(isWindowsMinGW)" = "True" ]; then
|
|
||||||
powershell \
|
|
||||||
-NoProfile \
|
|
||||||
-InputFormat None \
|
|
||||||
-ExecutionPolicy Bypass \
|
|
||||||
native/win_install.ps1 -DebugDirBase native
|
|
||||||
else
|
|
||||||
native/install.sh local
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
webpack --stats errors-only --bail
|
webpack --stats errors-only --bail
|
||||||
|
|
||||||
scripts/bodgecss.sh
|
scripts/bodgecss.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue