kopia lustrzana https://github.com/dl9rdz/rdzwx-go
rodzic
5b863f7a1a
commit
3d44b7f0e3
1
Makefile
1
Makefile
|
@ -28,6 +28,7 @@ mkrelease:
|
|||
.ONESHELL:
|
||||
sign:
|
||||
cd platforms/android/app/build/outputs/apk/release/ && \
|
||||
rm -f app-release-unsigned-aligned.apk && \
|
||||
/Users/hansr/Library/Android//sdk/build-tools/30.0.3/zipalign -v -p 4 app-release-unsigned.apk app-release-unsigned-aligned.apk && \
|
||||
/Users/hansr/Library/Android//sdk/build-tools/30.0.3/apksigner sign --ks ~/src/rdzwx-go/my-release-key.jks --out app-release.apk app-release-unsigned-aligned.apk
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"cordova-electron": "^3.0.0",
|
||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||
"cordova-plugin-inappbrowser": "^5.0.0",
|
||||
"rdzwx-plugin": "file:../rdzwx-plugin"
|
||||
"rdzwx-plugin": "github:dl9rdz/rdzwx-lugin"
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
|
|
|
@ -85,7 +85,7 @@ function onDeviceReady() {
|
|||
.then(response => response.json())
|
||||
.then(data => {
|
||||
console.log('Success:', data);
|
||||
if(data.version > "1.0.6") {
|
||||
if(data.version > "1.0.7") {
|
||||
if(window.confirm("New version "+ data.version + " available! Download?")) {
|
||||
console.log("opening "+data.url);
|
||||
cordova.InAppBrowser.open(data.url, "_system");
|
||||
|
|
Ładowanie…
Reference in New Issue