Skip to content

Commit

Permalink
RELEASES is for update, not install
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Dec 13, 2016
1 parent 119e03b commit 2740013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/electron-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ echo "$vername" > "$pubdir/update/macos/latest"

mkdir -p "$pubdir/update/win32/ia32/"
cp $distdir/win-ia32/*.nupkg "$pubdir/update/win32/ia32/"
cp $distdir/win-ia32/RELEASES "$pubdir/install/win32/ia32/"
cp $distdir/win-ia32/RELEASES "$pubdir/update/win32/ia32/"

mkdir -p "$pubdir/update/win32/x64/"
cp $distdir/win/*.nupkg "$pubdir/update/win32/x64/"
Expand Down

0 comments on commit 2740013

Please sign in to comment.