The update to use dbcook's component database adds a git submodule. The submodule configuration needs to use an https transport rather than an ssh transport for users not logged in through git (snapcraft builds aren't; they're in a clean room). Additionally, the snapcraft.yaml file needs to be told the source type is git in order to automatically udpate an pull in submodules. Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
[submodule "swing/resources-src/datafiles/components"]
|
|
path = swing/resources-src/datafiles/components
|
|
url = https://github.com/dbcook/openrocket-database.git
|