File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blueviolet.svg )] ( https://opensource.org/licenses/MIT )
2
2
[ ![ Release Version] ( https://img.shields.io/github/v/tag/mi5hmash/SteamDeckBTRFS?label=Tool%20Version )] ( https://github.com/mi5hmash/SteamDeckBTRFS/releases/latest )
3
- [ ![ Latest Supported SteamOS] ( https://img.shields.io/badge/Latest%20Supported%20SteamOS-v3.6.21 %20--%20build%2020241212 .1-seagreen )] ( # )
3
+ [ ![ Latest Supported SteamOS] ( https://img.shields.io/badge/Latest%20Supported%20SteamOS-v3.6.22 %20--%20build%2020250224 .1-seagreen )] ( # )
4
4
[ ![ Visual Studio Code] ( https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc&logoColor=white )] ( https://code.visualstudio.com/ )
5
5
6
6
> [ !IMPORTANT]
Original file line number Diff line number Diff line change 651
651
_tarPack () {
652
652
local _s=0 # status - preassume function will succeed
653
653
cd -- " $1 " || return
654
- tar -cf -- * | gzip -9 > " $OLDPWD /$2 "
654
+ tar -cf - . | gzip -9 > " $OLDPWD /$2 "
655
655
_s=${PIPESTATUS[0]}
656
656
cd -- " $OLDPWD " || return
657
657
[ " $_s " = 0 ]
@@ -1014,7 +1014,7 @@ echo_I "You can safely close this window now."; exit
1014
1014
SESSION_GUID=" $( uuidgen | tr " [:lower:]" " [:upper:]" ) " ; readonly SESSION_GUID
1015
1015
ROOT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd) ; readonly ROOT_DIR
1016
1016
declare -r TOOL_NAME=" SteamDeckBTRFS"
1017
- declare -r TOOL_VERSION=" v2.0.9 "
1017
+ declare -r TOOL_VERSION=" v2.0.10 "
1018
1018
declare -ri PACKAGE_VERSION=" 102"
1019
1019
declare -r unknown=" unknown"
1020
1020
declare -r ps3_1=" Enter the number of your choice: "
You can’t perform that action at this time.
0 commit comments