Windows: Change Zotero version in "Add or remove programs" after update
Fixes #4454
This commit is contained in:
parent
73a317b8d8
commit
1d5971c48f
1 changed files with 2 additions and 1 deletions
|
@ -682,7 +682,6 @@ if [ $BUILD_WIN == 1 ]; then
|
|||
# Use our own updater, because Mozilla's requires updates signed by Mozilla
|
||||
check_lfs_file "$CALLDIR/win/updater.exe.tar.xz"
|
||||
tar xf "$CALLDIR/win/updater.exe.tar.xz" --to-stdout updater-$arch.exe > "$APPDIR/updater.exe"
|
||||
cat "$CALLDIR/win/installer/updater_append.ini" >> "$APPDIR/updater.ini"
|
||||
|
||||
# Update .exe version numbers (only possible on Windows)
|
||||
if [ $WIN_NATIVE == 1 ]; then
|
||||
|
@ -709,6 +708,8 @@ if [ $BUILD_WIN == 1 ]; then
|
|||
# Copy in common files
|
||||
rsync -a "$COMMON_APPDIR/" "$APPDIR/"
|
||||
|
||||
cat "$CALLDIR/win/installer/updater_append.ini" >> "$APPDIR/updater.ini"
|
||||
|
||||
# Add devtools
|
||||
#if [ $DEVTOOLS -eq 1 ]; then
|
||||
# # Create devtools.jar
|
||||
|
|
Loading…
Reference in a new issue