Skip to content

Add Chess Opening Tool#3768

Open
M0M097 wants to merge 1 commit into
AppImage:masterfrom
M0M097:patch-2
Open

Add Chess Opening Tool#3768
M0M097 wants to merge 1 commit into
AppImage:masterfrom
M0M097:patch-2

Conversation

@M0M097

@M0M097 M0M097 commented Jun 13, 2026

Copy link
Copy Markdown

No description provided.

@M0M097

M0M097 commented Jun 13, 2026

Copy link
Copy Markdown
Author

Could it be there is bug in worker script here and it is assuming github to strongly? My appimage is hosted on gitlab and it seems that this is not supported by your script. I can not provide a github api url, since I am not using github. An easy fix on your side would simply be

if [  x"$GH_USER" == x"" ] ; then
-  GH_USER=$(grep "^https://api.github.com.*" data/$INPUTBASENAME | cut -d '/' -f 5 )
-  GH_REPO=$(grep "^https://api.github.com.*" data/$INPUTBASENAME | cut -d '/' -f 6 )
+  GH_USER=$(grep "^https://api.github.com.*" data/$INPUTBASENAME | cut -d '/' -f 5 ) || true
+  GH_REPO=$(grep "^https://api.github.com.*" data/$INPUTBASENAME | cut -d '/' -f 6 ) || true
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant