Skip to content

add banjorecompiled#363

Merged
Samueru-sama merged 1 commit intopkgforge-dev:mainfrom
Link4Electronics:main
Mar 8, 2026
Merged

add banjorecompiled#363
Samueru-sama merged 1 commit intopkgforge-dev:mainfrom
Link4Electronics:main

Conversation

@Link4Electronics
Copy link
Contributor

Tested on distrobox alpine and it worked too

@Samueru-sama
Copy link
Member

if ! wget --retry-connrefused --tries=30 "$ZIP_LINK" -O /tmp/app.zip 2>/tmp/download.log; then
	cat /tmp/download.log
	exit 1
fi

you only pipe the stderr output of wget when you need to parse /tmp/download.log later, I do this when I need to get VERSION from a fixed URL since when the url is redirected I can get the version of the file.

You are getting version in a totally different way so there is no need to be doing that.

@Samueru-sama
Copy link
Member

Also interesting this is a vulkan only app?

@Samueru-sama Samueru-sama merged commit 1fbf926 into pkgforge-dev:main Mar 8, 2026
1 check passed
@Link4Electronics
Copy link
Contributor Author

Yeah, this n64recomp projects are all vulkan only, only harbourmasters use opengl

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.

2 participants