mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Fix: MacOS Workflow Flatten Directory
This commit is contained in:
Executable → Regular
+2
-1
@@ -14,7 +14,8 @@ find_bundle() {
|
||||
for candidate in \
|
||||
"${base}/suwayomi-bundle" \
|
||||
"${base}/../Resources/suwayomi-bundle" \
|
||||
"${base}/../Resources/binaries/suwayomi-bundle"
|
||||
"${base}/../Resources/binaries/suwayomi-bundle" \
|
||||
"${base}/../Resources"
|
||||
do
|
||||
if [ -f "${candidate}/Suwayomi-Server.jar" ]; then
|
||||
echo "$candidate"
|
||||
|
||||
Reference in New Issue
Block a user