mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 22:39:06 -05:00
Ensure PyOxidizer checked out when bundling
This commit is contained in:
parent
129911a0d0
commit
9d895314fc
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ impl BuildAction for SyncSubmodule {
|
|||
if self.offline_build {
|
||||
"echo OFFLINE_BUILD is set, skipping git repository update for $path"
|
||||
} else {
|
||||
"git -c protocol.file.allow=always submodule update --init $path"
|
||||
"git -c protocol.file.allow=always submodule update --checkout --init $path"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue