Thanks for letting me know! I see it under Archive but there's no where for me to click and download it for some reason
Thanks for letting me know! I see it under Archive but there's no where for me to click and download it for some reason
Look under the artifact tabThanks for letting me know! I see it under Archive but there's no where for me to click and download it for some reason
Thank you for the alternative link. There is nothing clickable under Artifacts on the Github link for meLook under the artifact tab
View attachment 430351
18.0 backup
https://easyupload.io/kmvpmp
(file too large for gbatemp attach)
I indeed can't click the link too on my mobile, but on pc everything it's fineThank you for the alternative link. There is nothing clickable under Artifacts on the Github link for me
Strange. I tried both on mobile and PC. None of them work. I use Chrome on both devicesI indeed can't click the link too on my mobile, but on pc everything it's fine
i think the login is the issue yes, i tried in private browsing and it can't be clicked@petspeed did you login into your GitHub account?
That was indeed the cause. After login in the text NXNandManager became a download link. Thanks@petspeed did you login into your GitHub account?
I Hope @eliboa do not mind I put the most recent build on https://gbatemp.net/download/nx-nand-manager.38890/thanks to @impeeza for the latest compiled build
https://gbatemp.net/download/nx-nand-manager.38831/
I noticed you possibly uploaded the wrong build on gbatempI Hope @eliboa do not mind
you are looking the previous version of the resource, you are right is a very old version but was the most recent version what can be built using «actions» on GitHub, the MOST RECENT version of the software is on https://gbatemp.net/download/nx-nand-manager.38890/I noticed you possibly uploaded the wrong build on gbatemp
View attachment 469163
Could not found 19.0.1 and it's seems to be the e8b5ce5 that's is 5 month old
https://github.com/eliboa/NxNandManager/actions
Post automatically merged:
My bad, i checked the wrong page...
you uploaded the source onlyyou are looking the previous version of the resource, you are right is a very old version but was the most recent version what can be built using «actions» on GitHub, the MOST RECENT version of the software is on https://gbatemp.net/download/nx-nand-manager.38890/
ha ha ha, you are right, letme correct the resourceyou uploaded the source only
or I'm missing something
ha ha ha, you are right, letme correct the resource
Post automatically merged:
Corrected, thanks a lot for spotting the issue:
View attachment 469167
Post automatically merged:
@Asia81 please test this latest build, thanks.
View attachment 469170
Perfect, thanks
The instructions on the original Eliboa's github repo tell you to use MSYSHello everyone, I noticed here https://github.com/jorgon/NxNandManager to upgrade the nice program NxNandManager to QT6, I compiled QT6 STATIC for this purpose, but in Qt creator, build NxNandManager and can't decrypt it nand, if build with msys2 no problem, anything can help me? Thanks a lot!
pacupd git make devkit-env base-devel mingw-w64-x86_64-toolchain mingw64/mingw-w64-x86_64-qt5-static
cd ~
rm -rf ~/NxNandManager
git clone --recursive https://github.com/eliboa/NxNandManager
cd ~/NxNandManager/NxNandManager/gui
/mingw64/qt5-static/bin/qmake.exe NxNandManager.pro 'CONFIG += STATIC ARCH64'
make -j$(nproc)
mkdir build
cp release/NxNandManager.exe ./build/
cp ../virtual_fs/dokan/x64/dokan1.dll ./build/