Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 1c7c465

Browse files
committed
Fix up paths for self-dist build
1 parent a00e1f3 commit 1c7c465

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ netcode.io.wininstall/package.zip
99
*.user
1010
netcode.io.demoserver/.kube/
1111
netcode.io.wininstall/.vs/
12+
/browser/webext-selfdist/*.js

build/Build-Win32.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ echo "Creating Web Extension ZIP (standard)..."
3030
ZipFiles -zipfilename $root\output\WebExtension.zip -sourcedir $root\browser\webext
3131

3232
echo "Creating Web Extension ZIP (self-dist)..."
33-
cp -Force $root\webext\hostmsg.js $root\webext-selfdist\
34-
cp -Force $root\webext\netcode.js $root\webext-selfdist\
35-
cp -Force $root\webext\netcodecs.js $root\webext-selfdist\
33+
cp -Force $root\browser\webext\hostmsg.js $root\browser\webext-selfdist\
34+
cp -Force $root\browser\webext\netcode.js $root\browser\webext-selfdist\
35+
cp -Force $root\browser\webext\netcodecs.js $root\browser\webext-selfdist\
3636
ZipFiles -zipfilename $root\output\WebExtension-SelfDist.zip -sourcedir $root\browser\webext-selfdist
3737

3838
echo "Building netcode.io helper..."

0 commit comments

Comments
 (0)