fix: Fix issue in the flake for building the release
This commit is contained in:
parent
eccdd418b7
commit
d569623dfe
@ -68,7 +68,7 @@
|
||||
--not-signed \
|
||||
--zipalign ${sdk}/share/android-sdk/build-tools/34.0.0/zipalign \
|
||||
--apksigner ${sdk}/share/android-sdk/build-tools/34.0.0/apksigner \
|
||||
--provider-config ${providerArg} ${lib.optional skipBuild "--skip-build"}
|
||||
--provider-config ${providerArg} ${lib.optionalString skipBuild "--skip-build"}
|
||||
'';
|
||||
in {
|
||||
# Skip the build and just sign
|
||||
|
Loading…
Reference in New Issue
Block a user