diff options
Diffstat (limited to 'profiledef.sh')
| -rw-r--r-- | profiledef.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiledef.sh b/profiledef.sh index 9936c48..595f598 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -2,10 +2,10 @@ # shellcheck disable=SC2034 iso_name="aleebootutility" -iso_label="ALEEBOOTUTILITY_$(date +%Y%m)" +iso_label="ALEEBOOTUTILITY_$(date +%Y%m%d)" iso_publisher="Andrew Lee <https://alee14.me>" iso_application="Alee's Boot Utility" -iso_version="$(date +%Y.%m.%d)" +iso_version="$(date +%Y.%m.%d-%H.%M.%S)" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') |
