mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix Windows issues with menu, packaging, and test script (#4144)
This commit is contained in:
@@ -78,7 +78,6 @@ Name: "runcode"; Description: "{cm:RunAfter,{#NameShort}}"; GroupDescription: "{
|
|||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "*"; Excludes: "\CodeSignSummary*.md,\tools,\tools\*,\resources\app\product.json"; DestDir: "{code:GetDestDir}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: "*"; Excludes: "\CodeSignSummary*.md,\tools,\tools\*,\resources\app\product.json"; DestDir: "{code:GetDestDir}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
Source: "tools\*"; DestDir: "{app}\tools"; Flags: ignoreversion
|
|
||||||
Source: "{#ProductJsonPath}"; DestDir: "{code:GetDestDir}\resources\app"; Flags: ignoreversion
|
Source: "{#ProductJsonPath}"; DestDir: "{code:GetDestDir}\resources\app"; Flags: ignoreversion
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ if not "%BUILD_BUILDID%" == "" (
|
|||||||
|
|
||||||
rem Otherwise
|
rem Otherwise
|
||||||
if "%BUILD_BUILDID%" == "" (
|
if "%BUILD_BUILDID%" == "" (
|
||||||
%CODE% .\test\electron\index.js --reporter mocha-junit-reporter %*
|
%CODE% .\test\electron\index.js %*
|
||||||
)
|
)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
@@ -275,7 +275,9 @@ export function getTitleBarStyle(configurationService: IConfigurationService, en
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 'custom'; // default to custom on all OS
|
// {{SQL CARBON EDIT}} - Always use native toolbar
|
||||||
|
return 'native';
|
||||||
|
// return 'custom'; // default to custom on all OS
|
||||||
}
|
}
|
||||||
|
|
||||||
export const enum OpenContext {
|
export const enum OpenContext {
|
||||||
|
|||||||
Reference in New Issue
Block a user