PawelTroka / Computator.NET

Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
GNU General Public License v3.0
233 stars 51 forks source link

Use manual conversion instead of DesktopAppConverter for Windows Store version, optimize files included in Appx, automate build #75

Closed PawelTroka closed 7 years ago

PawelTroka commented 7 years ago

Instead of using DesktopAppConverter we are now safe to use manual conversion since we know exactly what our installed does from analysis of VFS folder in DesktopAppConverter converted app. See: https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-manual-conversion

It's easy and can provide us easier and faster deployment and testing. Output Appx will be also made smaller and more optimized since all unneeded trash produced by the installer will not be included.

It's also easy to automate it since it is only copying files to some directories and calls to some executables like MakeAppx.

PawelTroka commented 7 years ago

Resolved with commit a30e403. In comparison appx file is now 16.5MB instead of 37MB.

image