From 8b4a75ffd09899afb65833613182896ea24d3ae6 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 9 May 2017 11:42:31 +0200 Subject: [PATCH] streamline win32 build --- build/tfs/win32/{compile-win32.ps1 => compile.ps1} | 0 build/tfs/win32/{test-win32.ps1 => test.ps1} | 0 package.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename build/tfs/win32/{compile-win32.ps1 => compile.ps1} (100%) rename build/tfs/win32/{test-win32.ps1 => test.ps1} (100%) diff --git a/build/tfs/win32/compile-win32.ps1 b/build/tfs/win32/compile.ps1 similarity index 100% rename from build/tfs/win32/compile-win32.ps1 rename to build/tfs/win32/compile.ps1 diff --git a/build/tfs/win32/test-win32.ps1 b/build/tfs/win32/test.ps1 similarity index 100% rename from build/tfs/win32/test-win32.ps1 rename to build/tfs/win32/test.ps1 diff --git a/package.json b/package.json index 0b85f601598..a5c50981cc2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "code-oss-dev", "version": "1.13.0", "electronVersion": "1.6.6", - "distro": "bb676c1d1f91a0c6d3050d8ca8a49ba7743108c5", + "distro": "19f52f7ed3528101860a011fa740c4167dfc2d21", "author": { "name": "Microsoft Corporation" }, -- GitLab