FriendlyNeighborhoodShane / MinMicroG

Sources and scripts for MinMicroG installers. You shall find no prebuilt releases here.
GNU General Public License v3.0
315 stars 33 forks source link

can't build releases #62

Closed DieuDeGlace closed 8 months ago

DieuDeGlace commented 8 months ago

Trying to build, and i can use ./build.sh all just fine, but it seems doing update.sh first doesnt do anything, doesnt execute anything nor do anything from the looks of it so i cannot have the necessary apks ready. If anyone is able to help I would greatly appreciate it!

FriendlyNeighborhoodShane commented 8 months ago

That is... really weird? Are you sure you haven't unintentionally made anychanges to update.sh? Also that you're using the right shell to run the script? (any POSIX-compatible shell will do, like bash, zsh, etc. but not e.g. fish, or powershell if you're on windows.)

DieuDeGlace commented 8 months ago

None that I know of, and I use git bash (I'm on windows) didn't know power shell works too

DieuDeGlace commented 8 months ago

It "runs" update.sh, but doesn't do anything at all as in it doesn't make any files. The build.sh all does everything but claims apks are missing (go figure as update.sh isn't grabbing them)

DieuDeGlace commented 8 months ago

Idk how I could edit the .sh file but if I could I'll see if something got bugged

DieuDeGlace commented 8 months ago

okay idk what happened, but deleted the old folder, cloned a new one and now it just works? dont know what happened but i guess something messed up

FriendlyNeighborhoodShane commented 8 months ago

:)