mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 00:29:00 -04:00
[iso] improve El Torito image handling
* Update to latest libcdio proposal and fix incorrect image size. * Also remove unnecessary calls in packme.cmd.
This commit is contained in:
parent
f6fd520d2a
commit
018ed3414b
6 changed files with 130 additions and 47 deletions
|
@ -86,16 +86,14 @@ exiftool -s3 -*InternalName* rufus_x64.exe | findstr /C:"BETA" 1>nul && (
|
|||
)
|
||||
|
||||
rem Populate the version from the executable
|
||||
setlocal EnableDelayedExpansion
|
||||
if "%VERSION_OVERRIDE%"=="" (
|
||||
exiftool -s3 -*FileVersionNumber* rufus_x64.exe > version.txt
|
||||
set /p VERSION=<version.txt
|
||||
del version.txt
|
||||
)else (
|
||||
) else (
|
||||
echo WARNING: Forcing version to %VERSION_OVERRIDE%
|
||||
set VERSION=%VERSION_OVERRIDE%
|
||||
)
|
||||
setlocal DisableDelayedExpansion
|
||||
|
||||
echo Will create %VERSION% AppStore Bundle
|
||||
pause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue