You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -f package-lock.json ] || [ -f package.json ]; then
npm ci
fi
sed -i 's|distributionUrl=https\\://services.gradle.org/distributions/gradle-.*-bin.zip|distributionUrl=file\\:///opt/gradle-8.14.3-bin.zip|g' src-tauri/gen/android/gradle/wrapper/gradle-wrapper.properties
echo $PWD
pwd
if [ -f /tmp/keys.jks ]; then
sed -i 's|^storeFile=.*|storeFile=/tmp/keys.jks|' src-tauri/gen/android/keystore.properties