diff --git a/.gitignore b/.gitignore index a547bf3..f3fae13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# except + + # Logs logs *.log diff --git a/copybuild.bat b/copybuild.bat new file mode 100644 index 0000000..4f14b02 --- /dev/null +++ b/copybuild.bat @@ -0,0 +1,9 @@ +@echo off +set destination=.\version\ +set source1=src-tauri\target\release\eeSteam.exe +set source2=src-tauri\target\release\bundle\msi\eeSteam_0.1.0_x64_en-US.msi +set source3=src-tauri\target\release\bundle\nsis\eeSteam_0.1.0_x64-setup.exe + +xcopy /y %source1% %destination% +xcopy /y %source2% %destination% +xcopy /y %source3% %destination% diff --git a/index copy 2.html b/index copy 2.html deleted file mode 100644 index b471542..0000000 --- a/index copy 2.html +++ /dev/null @@ -1,1311 +0,0 @@ - - - - - - - - eeSteam - Steam Table - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - - - - -
UnitsValue
Test Value
Quality /x
Quality/xVOL
Pressure /P - - -
Temperature /T - - -
Enthalpy /h - - -
Internal Energy /u - - -
Entropy /s - - -
Density /ρ - - -
Specific Volume /v - - -
Const. Press. Heat Capacity /Cp - - -
Const. Vol. Heat Capacity /Cv - - -
Speed of Sound /w - - -
Viscosity /μ - - -
Therm Conductivity /k - - -
Prandtl /Pr
Cp/Cv ratio /k
-
-
- - - - - - - \ No newline at end of file diff --git a/index.html b/index.html index 5000439..4ef9b9a 100644 --- a/index.html +++ b/index.html @@ -1303,7 +1303,7 @@

Steam Table_IF97

} - +