aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-windows.ps1
Commit message (Collapse)AuthorAge
* Update documentation [skip ci]Libravatar Vijay A2022-07-13
|
* refactor: refactored MSVS validation (#439)Libravatar Slan2022-07-08
| | | | | | | - Added todo for ARM machines - Only run 'npm config set' if there is none Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Checks if MSVS 2019 or 2022 exists through reg key [skip ci] (#432)Libravatar Slan2022-07-06
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Change allowed version for MSVS on Windows build script [skip ci] (#422)Libravatar André Oliveira2022-07-04
|
* Add NSIS and portable arm64 builds for Windows OS (#217)Libravatar Markus Kaiser2022-06-29
|
* Remove native compilation ('python', 'node-gyp') since we no longer have ↵Libravatar Vijay Aravamudhan2022-05-01
| | | | such dependencies (#73)
* fix more paths for cleaning in the Windows script [skip ci]Libravatar André Oliveira2022-04-23
|
* Fix: Windows build script [skip ci]Libravatar André Oliveira2022-04-23
|
* Handle issue when 'CLEAN' is used and so 'pnpm' itself is not presentLibravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar André Oliveira2022-04-23
| | | | Fix changelog url (rebranding fix)
* Use correct folder separator for windows [skip ci]Libravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar Vijay A2022-04-23
|
* Upgrade 'sqlite3'Libravatar Vijay A2022-04-23
| | | | | | | | | Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
* Update the build script for Windows (Powershell) and normalized with the ↵Libravatar André Oliveira2022-04-23
| | | | | unix equivalent [skip ci] Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Added build scripts for linux, macos and windows to help new contributors ↵Libravatar Nathanaël Houn2022-04-22
get setup quickly (#21) Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>