1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[misc] set rufus-next to 3.15

* Also update DB for GRUB 2.06 binary and fix a line break when writing images
This commit is contained in:
Pete Batard 2021-06-22 19:07:25 +01:00
parent 49eefa2e03
commit 57af9e7106
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
7 changed files with 21 additions and 19 deletions

View file

@ -11,7 +11,7 @@
<Identity
Name="19453.net.Rufus"
Publisher="CN=7AC86D13-3E5A-491A-ADD5-80095C212740"
Version="3.14.1800.0" />
Version="3.15.1801.0" />
<Properties>
<DisplayName>Rufus</DisplayName>

View file

@ -1,6 +1,6 @@
@echo off
setlocal EnableExtensions DisableDelayedExpansion
set VERSION=3.14
set VERSION=3.15
del /q *.appx >NUL 2>&1
del /q *.appxbundle >NUL 2>&1