Skip to content

Commit dde5207

Browse files
Fix when deleting a multidisk / self contained ROM didn't work due to OS directory not empty error
1 parent 8f3505b commit dde5207

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
require (
66
github.com/UncleJunVIP/certifiable v1.0.0
77
github.com/UncleJunVIP/gabagool v0.0.58
8-
github.com/UncleJunVIP/nextui-pak-shared-functions v1.9.0
8+
github.com/UncleJunVIP/nextui-pak-shared-functions v1.9.1
99
github.com/disintegration/imaging v1.6.2
1010
github.com/mattn/go-sqlite3 v1.14.28
1111
github.com/spf13/viper v1.20.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ github.com/UncleJunVIP/nextui-pak-shared-functions v1.8.0 h1:ZrWObb/N3pvyPrqHHlY
1414
github.com/UncleJunVIP/nextui-pak-shared-functions v1.8.0/go.mod h1:sXHrQmYySc2DVrGkhpoAoqDxb3lq3AS1HRbuHKCLnDE=
1515
github.com/UncleJunVIP/nextui-pak-shared-functions v1.9.0 h1:d7Kusw/1XQRMzXUvxSKaTeGkZEtu47u1EkBjuutBc1k=
1616
github.com/UncleJunVIP/nextui-pak-shared-functions v1.9.0/go.mod h1:sXHrQmYySc2DVrGkhpoAoqDxb3lq3AS1HRbuHKCLnDE=
17+
github.com/UncleJunVIP/nextui-pak-shared-functions v1.9.1 h1:CRUAi0LiSm0JjBWuTJB27oBQ/e3tn3elpeQGX8tVs4c=
18+
github.com/UncleJunVIP/nextui-pak-shared-functions v1.9.1/go.mod h1:sXHrQmYySc2DVrGkhpoAoqDxb3lq3AS1HRbuHKCLnDE=
1719
github.com/activcoding/HTML-Table-to-JSON v0.0.4 h1:6xQvdHFFMHHW8ubDS+xUW/USUx25kZtC6nfVnY8tZQU=
1820
github.com/activcoding/HTML-Table-to-JSON v0.0.4/go.mod h1:xStjYiUrfnpo8937cHqbWh4hHGMSpT0sZ+qjvbCTLA0=
1921
github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kktS1LM=

pak.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Game Manager",
3-
"version": "v2.2.1",
3+
"version": "v2.2.2",
44
"type": "TOOL",
55
"description": "A one-stop pak for all your game management needs.",
66
"author": "K-Wall & redria7",
@@ -10,7 +10,7 @@
1010
"BRICK": ".github/resources/banner.png"
1111
},
1212
"changelog": {
13-
"v2.2.1": "Archiving / Unarchiving Multi Disk and BIN/CUE games now works as intended. Nested folders now work with the Global Actions Missing Art tool. Shoved Global Actions into a Tool Menu for future Pak expansion.",
13+
"v2.2.2": "Archiving / Unarchiving Multi Disk and BIN/CUE games now works as intended. Nested folders now work with the Global Actions Missing Art tool. Shoved Global Actions into a Tool Menu for future Pak expansion.",
1414
"v2.2.0": "Nice little update for y'all. Added art images to the games list, added a global action menu for downloading all missing art and now art can be found for nested folders. Also three bugfixes; bulk adding games to collections should be more reliable, redria7 added a robust system for keeping track of the last selected list item and toastd figured out why art could not be found for some games.",
1515
"v2.1.1": "Bugfixes",
1616
"v2.1.0": "Enhanced archiving features courtesy of redria7!",

0 commit comments

Comments
 (0)