Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Finish rename to Fandom.
Browse files Browse the repository at this point in the history
  • Loading branch information
KockaAdmiralac committed Sep 4, 2020
1 parent fc4a29f commit 641ff83
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
releases/*.zip
releases/wikia-nitro-*
releases/fandom-nitro-*
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wikia-nitro",
"name": "fandom-nitro",
"version": "1.1.9",
"description": "Allows uploading of GIF avatars to Fandom",
"homepage": "https://dev.fandom.com/wiki/Nitro",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/WikiaUsers/wikia-nitro.git"
"url": "git+https://github.com/WikiaUsers/Nitro.git"
},
"bugs": {
"url": "https://dev.fandom.com/wiki/Talk:Nitro"
Expand Down
16 changes: 8 additions & 8 deletions releases/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
cd "${0%/*}"
set -e
echo "Deleting old files..."
rm -rf wikia-nitro-*
rm -rf fandom-nitro-*
rm -rf *.zip
# Generate all builds.
echo "Generating new builds..."
electron-packager .. --all --electron-version=6.0.2
# Windows.
echo "Packaging Windows builds..."
zip -qr win32-ia32 wikia-nitro-win32-ia32
zip -qr win32-x64 wikia-nitro-win32-x64
zip -qr win32-ia32 fandom-nitro-win32-ia32
zip -qr win32-x64 fandom-nitro-win32-x64
# Linux.
echo "Packaging Linux builds..."
zip -qr linux-x64 wikia-nitro-linux-x64
zip -qr linux-arm64 wikia-nitro-linux-arm64
zip -qr linux-armv7l wikia-nitro-linux-armv7l
zip -qr linux-x64 fandom-nitro-linux-x64
zip -qr linux-arm64 fandom-nitro-linux-arm64
zip -qr linux-armv7l fandom-nitro-linux-armv7l
# Mac.
echo "Packaging macOS builds..."
# zip -qr mas-x64 wikia-nitro-mas-x64
zip -qr darwin-x64 wikia-nitro-darwin-x64
# zip -qr mas-x64 fandom-nitro-mas-x64
zip -qr darwin-x64 fandom-nitro-darwin-x64

echo "Done."

0 comments on commit 641ff83

Please sign in to comment.