aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-windows.ps1
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-31 07:19:53 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-31 07:19:53 +0530
commit684543c22e66af31bcae302e2b586803339034ff (patch)
tree24b3842762a56b4f744a744d46593dbd6d742da3 /scripts/build-windows.ps1
parent6.7.3-nightly.4 [skip ci] (diff)
downloadferdium-app-684543c22e66af31bcae302e2b586803339034ff.tar.gz
ferdium-app-684543c22e66af31bcae302e2b586803339034ff.tar.zst
ferdium-app-684543c22e66af31bcae302e2b586803339034ff.zip
Revert "Bring in missing python (system dependency) (#1639)"
Since its causing all builds to fail This reverts commit 53c72ea5ac4f103291fdd347b7cd9cc0dbafa4b5.
Diffstat (limited to 'scripts/build-windows.ps1')
-rw-r--r--scripts/build-windows.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-windows.ps1 b/scripts/build-windows.ps1
index 02289d172..5da7df540 100644
--- a/scripts/build-windows.ps1
+++ b/scripts/build-windows.ps1
@@ -1,7 +1,7 @@
1# INTRO: 1# INTRO:
2# This file is used to build ferdium on windows. 2# This file is used to build ferdium on windows.
3# It also handles any corrupted node modules with the 'CLEAN' env var (set it to 'true' for cleaning) 3# It also handles any corrupted node modules with the 'CLEAN' env var (set it to 'true' for cleaning)
4# It will install the system dependencies except for node and python (which are still verified) 4# It will install the system dependencies except for node (which is still verified)
5# I sometimes symlink my 'recipes' folder so that any changes that I need to do in it can also be committed and pushed independently 5# I sometimes symlink my 'recipes' folder so that any changes that I need to do in it can also be committed and pushed independently
6# This file can live anywhere in your PATH 6# This file can live anywhere in your PATH
7 7