OpenGospel icon indicating copy to clipboard operation
OpenGospel copied to clipboard

Error opening file /.../OpenGospel-master/generated-standard-works/scriptures/main-menu.html: No such file or directory

Open AceGamesOS opened this issue 2 years ago • 1 comments

Whenever I run the file, It shows up with the error shown in the title. The folder was found blank upon extracting the main folder founded in Github

AceGamesOS avatar Nov 09 '23 15:11 AceGamesOS

You need to initiate the submodule (generated-standard-works) then run the generate.py program in said module. This can be achieve by the following commands:

git submodule update
cd generated-standard-works
./generate.py

GeorgeZack avatar Feb 26 '24 16:02 GeorgeZack