mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
typo in cp destination
This commit is contained in:
parent
189c8aca79
commit
987822bd5a
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ cp $distdir/win-ia32/RELEASES "$pubdir/install/win32/ia32/"
|
|||
|
||||
mkdir -p "$pubdir/update/win32/x64/"
|
||||
cp $distdir/win/*.nupkg "$pubdir/update/win32/x64/"
|
||||
cp $distdir/win/RELEASES "$pubdir/update/win32x64ia32/"
|
||||
cp $distdir/win/RELEASES "$pubdir/update/win32/x64/"
|
||||
|
||||
# Move the debs to the main project dir's dist folder
|
||||
rm -r "$projdir/electron/dist" || true
|
||||
|
|
Loading…
Reference in a new issue