diff --git a/ReadMe.md b/ReadMe.md index d6038a810..0a7cd48fb 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -170,12 +170,10 @@ $ ./fbt plugin_dist FIRMWARE_APP_SET=ext_apps - [BadUSB: add SYSRQ keys #1460 (By rck)](https://github.com/flipperdevices/flipperzero-firmware/pull/1460) - [I²C-Scanner #1431 (By GitChris3004)](https://github.com/flipperdevices/flipperzero-firmware/pull/1431) - [Dummy decoy/bad usb keyboard layout #1525 (By dummy-decoy)](https://github.com/flipperdevices/flipperzero-firmware/pull/1525) -- [Change default keyboard to Uppercase #1548 (By DrEverr)](https://github.com/flipperdevices/flipperzero-firmware/pull/1548) - [Automatic shutdown on idle #1647 (By SHxKenzuto)](https://github.com/flipperdevices/flipperzero-firmware/pull/1647) - [Decode RAW recordings #1667 (By qistoph)](https://github.com/flipperdevices/flipperzero-firmware/pull/1667) - [SD info: Add dynamic units and free % #1634 (By non-bin)](https://github.com/flipperdevices/flipperzero-firmware/pull/1634) - [FFF trailing space fix #1811 (By gsurkov)](https://github.com/flipperdevices/flipperzero-firmware/pull/1811) -- [Fix-read-in-readraw-crash #80 (By derskythe)](https://github.com/Eng1n33r/flipperzero-firmware/pull/80) diff --git a/buildRelease.sh b/buildRelease.sh index 0b370d104..88003974d 100644 --- a/buildRelease.sh +++ b/buildRelease.sh @@ -1,6 +1,6 @@ git pull ./fbt updater_package -DATE_VAR=`date +%Y%m%d` +DATE_VAR=`date +%m%d` TIME_VAR=`date +%H%M` VER_VAR=`cat scripts/version.py | awk '/VERSION/{ gsub(/[",]/,"",$2); print $2}' | tail -1` tar czpf "$VER_VAR-$DATE_VAR-RM-$TIME_VAR.tgz" -C dist/f7-C f7-update-RM420FAP