summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMathias Küsel <mathiask@hotmail.de>2015-01-27 16:01:23 +0100
committerBert Belder <bertbelder@gmail.com>2015-01-27 16:18:26 +0100
commit668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0 (patch)
tree98a1d2c18349ea8f49a30367cd1b901528c30ef2 /.gitignore
parent69ce0641dc6a84c90ffdd0906790cd945f1c3629 (diff)
downloadandroid-node-v8-668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0.tar.gz
android-node-v8-668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0.tar.bz2
android-node-v8-668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0.zip
win,msi: broadcast WM_SETTINGCHANGE after install
In theory the msi should broadcast a 'WM_SETTINGCHANGE' message to all windows after modifying the PATH environment variable. This ensures that the new PATH is visible to other processes without restarting windows (although it's still necessary to close and reopen active console windows). Unfortunately, the broadcast doesn't always happen, for unknown reasons. That's why this patch adds a custom action that unconditionally broadcasts a WM_SETTINGCHANGE message. Bug: https://github.com/iojs/io.js/issues/603 PR: https://github.com/iojs/io.js/pull/613 Reviewed-by: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c3a9e46454..12d973ec70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ Release/
*.suo
*.vcproj
*.vcxproj
+!custom_actions.vcxproj
*.vcxproj.user
*.vcxproj.filters
UpgradeLog*.XML