Remove Polyfills (#101)
* poly: remove completely * bootstrap: remove unused request require * asarUpdate: rewrite request -> https * moduleUpdater: rewrite request -> https * ui: fallback to channel instead of "custom" if no hash * index: set name to branch for obvious testing * config/backend: tweak source * moduleUpdater: fix rewrite * moduleUpdater: fix rewrite (x2) * moduleUpdater: follow redirects with rewrite * ci: start multi-branch rewrite * ci: upgrade node to 18.x * ci: rewrite version changing to use existing * ci: change release version getting to in file * ci: mess with yaml syntax * ci: revert to node 16.x, fix version wrapped in quotes * ci: fix invalid yaml * ci: yaml syntax fixing * ci: append to tag * ci: make pre-release unless nightly build * ci: add title nicening * asarUpdate: fix release suffix * asarUpdate: fix not following redirect * winFirst: don't remake shortcuts, tweaks * ui: add channel prefix if non-nightly * chore: prep for main branch
This commit is contained in:
parent
f2da613f2b
commit
ec5082860e
11 changed files with 61 additions and 175 deletions
|
@ -1,3 +0,0 @@
|
|||
rm -rf src/node_modules
|
||||
mkdir src/node_modules
|
||||
cp -rf poly/* src/node_modules
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Packing asar..."
|
||||
./scripts/injectPolyfills.sh
|
||||
asar pack src app.asar # Package asar
|
||||
# asar list app.asar # List asar for debugging / testing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue