Loading Mac-build/Info.plist +2 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ <plist version="1.0"> <dict> <key>CFBundleGetInfoString</key> <string>0.21.1</string> <string>0.21.2</string> <key>CFBundleShortVersionString</key> <string>0.21.1</string> <string>0.21.2</string> <key>CFBundleExecutable</key> <string>EasyInstaller</string> <key>CFBundleIdentifier</key> Loading pkg/arch/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: efoundation <dev [at] e -dot- email> # Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks> pkgname=easy-installer pkgver=0.21.1 pkgver=0.21.2 pkgrel=1 pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices." arch=('x86_64') Loading snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.21.1' version: 'v0.21.2' summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS description: | The /e/ OS Installer has been created to make the installation of Loading src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import java.nio.file.Paths; public abstract class AppConstants { public final static String APP_VERSION = "v0.21.1"; public final static String APP_VERSION = "v0.21.2"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading windows-installer-mui.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #-------------------------------- RequestExecutionLevel admin #if 'user' then it can't install in C:\Program files !define MUI_ICON "buildSrc/windows/easy-installer.ico" !define appVersion "v0.21.1" !define appVersion "v0.21.2" Name "Easy-installer ${appVersion}" # define installation directory InstallDir "$PROGRAMFILES64\easy-installer" Loading Loading
Mac-build/Info.plist +2 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ <plist version="1.0"> <dict> <key>CFBundleGetInfoString</key> <string>0.21.1</string> <string>0.21.2</string> <key>CFBundleShortVersionString</key> <string>0.21.1</string> <string>0.21.2</string> <key>CFBundleExecutable</key> <string>EasyInstaller</string> <key>CFBundleIdentifier</key> Loading
pkg/arch/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: efoundation <dev [at] e -dot- email> # Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks> pkgname=easy-installer pkgver=0.21.1 pkgver=0.21.2 pkgrel=1 pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices." arch=('x86_64') Loading
snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.21.1' version: 'v0.21.2' summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS description: | The /e/ OS Installer has been created to make the installation of Loading
src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import java.nio.file.Paths; public abstract class AppConstants { public final static String APP_VERSION = "v0.21.1"; public final static String APP_VERSION = "v0.21.2"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading
windows-installer-mui.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #-------------------------------- RequestExecutionLevel admin #if 'user' then it can't install in C:\Program files !define MUI_ICON "buildSrc/windows/easy-installer.ico" !define appVersion "v0.21.1" !define appVersion "v0.21.2" Name "Easy-installer ${appVersion}" # define installation directory InstallDir "$PROGRAMFILES64\easy-installer" Loading