Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a63f53ed authored by frankpreel's avatar frankpreel
Browse files

MSWindows fix and version

parent 519dfb28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ timeout 5 >nul 2>&1

:: Flash partition
(for /L %%i in (0,1,10) do (
	%FASTBOOT_PATH% -s %DEVICE_ID% flash %%partition_name[%%i]%% %%partition_image[%%i]%%
	call %FASTBOOT_PATH% -s %DEVICE_ID% flash %%partition_name[%%i]%% %%partition_image[%%i]%%
	if errorLevel 1 ( exit /b %%partition_error[%%i]%% )
	timeout 1 >nul 2>&1
	call echo "Flashed %%partition_name[%%i]%% "
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import java.nio.file.Paths;
 */
public abstract class AppConstants {

    public final static String APP_VERSION = "v0.16.0 FP3R";
    public final static String APP_VERSION = "v0.16.0";
    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");