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

[misc] enable MinGW reproducible builds

* -Wl,--no-insert-timestamp seems to do the trick
* Also set rufus-next to 3.4
This commit is contained in:
Pete Batard 2018-09-24 23:42:04 +01:00
parent 1116e941f8
commit 204908f8e0
6 changed files with 22 additions and 22 deletions

View file

@ -8,7 +8,7 @@
for an interesting struggle, when you also happen to have a comma in one of the fields... -->
<Identity
Name="Rufus"
Version="3.3.1400.0"
Version="3.4.1400.0"
ProcessorArchitecture="x86"
Publisher='CN=Akeo Consulting, O=Akeo Consulting, STREET=24 Grey Rock, L=Milford, S=Co. Donegal, PostalCode=F92 D667, C=IE' />
<Properties>

View file

@ -1,5 +1,5 @@
@echo off
set VERSION=3.3
set VERSION=3.4
rem Make sure you don't have anything you don't want included in the package, as anything residing in the
rem current directory will be included, including any previous .appx, which makes for nice recursion...