Skip to content

Commit

Permalink
tachidesk: persist data
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed Mar 24, 2024
1 parent 5561450 commit a4e9f5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/tachidesk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"hash": "0ac91561cf9bc9f9f798dcdb397d5f0973e98e286d5a9a11181a570d8dfbf1cd",
"installer": {
"script": [
"if (!(Test-Path $persist_dir)){ New-Item -ItemType Directory $persist_dir }",
" $s = (New-Object -ComObject WScript.Shell).CreateShortcut(\"$dir\\Suwayomi.lnk\")",
" $s.TargetPath = \"javaw.exe\"",
" $s.Arguments = \"-jar `\"$dir\\Suwayomi-Server.jar`\"\"",
" $s.Arguments = \"-Dsuwayomi.tachidesk.config.server.rootDir=`\"$persist_dir`\" -jar `\"$dir\\Suwayomi-Server.jar`\"\"",
" $s.WorkingDirectory = \"$dir\"",
" $s.Save()"
]
Expand Down

0 comments on commit a4e9f5d

Please sign in to comment.