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

Commit f3e32da

Browse files
committed
Move to webext folder because it's not specific to Google Chrome
1 parent f6cb79b commit f3e32da

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "netcode.io support",
44
"version": "0.1.3",
5-
"description": "Provides netcode.io APIs to websites in Chrome",
5+
"description": "Provides netcode.io APIs to websites",
66
"content_scripts": [
77
{
88
"matches": ["*://*/*"],

build/Build-Win32.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ function ZipFiles( $zipfilename, $sourcedir )
2626
$zipfilename, $compressionLevel, $false)
2727
}
2828

29-
echo "Creating ZIP for Google Chrome..."
30-
ZipFiles -zipfilename $root\output\GoogleChrome.zip -sourcedir $root\browser\chrome
29+
echo "Creating Web Extension ZIP..."
30+
ZipFiles -zipfilename $root\output\WebExtension.zip -sourcedir $root\browser\webext
3131

3232
echo "Building netcode.io helper..."
3333
if (Test-Path $root\netcode.io.host\bin\Release) {

0 commit comments

Comments
 (0)