Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 25ff41c

Browse files
committed
don't use --border
1 parent e78e71f commit 25ff41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enums/command.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ../data/strings
66

77
type
88
Command* = enum
9-
Tex3ds = "tex3ds $1 --border=transparent -o $2"
9+
Tex3ds = "tex3ds $1 -o $2"
1010
Mkbcfnt = "mkbcfnt $1 -o $2"
1111

1212
CtrUpdate = "hbupdater ctr --filepath $1 --title \"$2\" --author \"$3\" --description \"$4\" --iconPath $5 --output $6"

0 commit comments

Comments
 (0)