mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 07:37:11 -05:00
Ensure PyOxidizer checked out when bundling
This commit is contained in:
parent
efa9c5a39a
commit
09f032b2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ impl BuildAction for SyncSubmodule {
|
||||||
if self.offline_build {
|
if self.offline_build {
|
||||||
"echo OFFLINE_BUILD is set, skipping git repository update for $path"
|
"echo OFFLINE_BUILD is set, skipping git repository update for $path"
|
||||||
} else {
|
} 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