diff --git a/.DS_Store b/.DS_Store index 36456fe..a7d0f75 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/package.json b/package.json index 033db44..db841bf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fira-code-material-icon-theme", "displayName": "Fira Code and Material Icon Theme", "description": "Fira Code Font and Material Design Icons for Visual Studio Code", - "version": "1.0.1", + "version": "1.0.3", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks", diff --git a/patches/fira-patch.diff b/patches/fira-patch.diff index 2f3b645..3746694 100644 --- a/patches/fira-patch.diff +++ b/patches/fira-patch.diff @@ -1,3 +1,16 @@ +Index: vscode-fira-code-and-material-icon-theme/material-icon-theme/src/icons/generator/constants.ts +=================================================================== +--- vscode-fira-code-and-material-icon-theme.orig/material-icon-theme/src/icons/generator/constants.ts ++++ vscode-fira-code-and-material-icon-theme/material-icon-theme/src/icons/generator/constants.ts +@@ -1,7 +1,7 @@ + /** + * Path where the icons are located. + */ +-export const iconFolderPath: string = './../icons/'; ++export const iconFolderPath: string = './../material-icon-theme/icons/'; + + /** + * File name of the JSON file that will be generated to the out folder. Index: vscode-fira-code-and-material-icon-theme/material-icon-theme/src/icons/generator/jsonGenerator.ts =================================================================== --- vscode-fira-code-and-material-icon-theme.orig/material-icon-theme/src/icons/generator/jsonGenerator.ts