Closed BachToTheFuture closed 6 years ago
I tested this on x86_64, and it works flawlessly 🎊
Changed srcGitRev
and checksum to my commit, and the recipe builds like it should 😄 .
I installed and ran ArmyKnife, and...
Apply
button is now Save
, so I guess that's good.Readme
and the Changelog
HTML docs seem to be working okay.I don't know if this will work if installed in the "Home" hierarchy, as @humdingerb suggested.
I don't know if this will work if installed in the "Home" hierarchy
@bach5000 , it should. If you want to test, remove your package from /system/packages/ and move it into /boot/home/config/packages/ instead. Now ArmyKnifw appears in /boot/home/config/apps/
It failed for me when just simply running make and then trying to run the binary. Wasn't able to find it in home/armyknife/documentation/armyknife I think it was. But if it works in system/packages and home/config/packages that is acceptable.
Thanks @bach5000 for finishing the help menu, as I intended to continue with this...
I just changed the paths for the readme and changelog. Shouldn't have been in another "armyknife" subfolder. The recipe will have to be slightly altered to add the changelog. Guess we'll wait to fter GCI for that.
@eddrda No problem 😉 Glad to help (although I forgot to ask you if you wanted to continue)
If anyone is interested, perhaps after GCI ends... The changelog needs to be updated. This will require reviewing the changes made since it was first moved to osdrawer years ago. But that should be covered in the commits history.
This PR:
B_APPS_DIRECTORY
with a combo ofGetActiveAppInfo
,GetPath
, andGetParent
(learned these from "Filer" 😀 ) so that the program could get to its docs relatively.