Skip to content

lockieluke/ZincInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zinc Installer

Zinc is a browser that focuses on performance and privacy and this installs Zinc for Windows users.

What did you use to make this installer?

We used ultralight HTML rendering engine is used to render the UI and C++ is used for the install process.

What is in the installation process?

  1. Fetching the latest version from GitHub API
  2. Download it onto your Temp folder
  3. Unzip it
  4. Move it to %localappdata%\Programs\Zinc
  5. Add shortcuts to Start Menu
  6. Attach uninstaller
  7. Voila

How to fork Zinc Installer?

  1. Clone the repository

    git clone https://github.com/lockieluke/ZincInstaller.git
  2. Navigate into the directory

    cd ZincInstaller
  3. Make build directory and navigate into it

    md build && cd build
  4. Make sure you have CMake

  5. Configure CMake project

    cmake ..
  6. Build it!

cmake --config . --build Release
  1. Run it!

    cd Release && ./ZincInstaller.exe

About

Windows Installer for Zinc Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published