From 9a6928673e8f61595c6c403c4364607cc6fb474f Mon Sep 17 00:00:00 2001 From: develar Date: Tue, 5 Jul 2016 17:18:59 +0200 Subject: [PATCH] fix: AppImage desktop icons --- .gitignore | 3 +- .idea/bashsupport_project.xml | 14 ++++ .idea/codeStyleSettings.xml | 4 +- README.md | 2 +- docs/Options.md | 2 +- package.json | 24 +++---- src/builder.ts | 1 + src/metadata.ts | 20 +++--- src/targets/LinuxTargetHelper.ts | 4 +- src/targets/appImage.ts | 26 +++++--- src/util/util.ts | 5 +- templates/linux/AppRun.sh | 108 +++++++++++-------------------- test/src/helpers/packTester.ts | 4 +- test/src/linuxPackagerTest.ts | 47 +++----------- test/tsconfig.json | 59 ++--------------- tsconfig.json | 78 ++-------------------- 16 files changed, 120 insertions(+), 281 deletions(-) create mode 100644 .idea/bashsupport_project.xml diff --git a/.gitignore b/.gitignore index bf5e38ebaf2..d19f9ccf57a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ dist/ /typings/browser.d.ts /typings/main.d.ts .DS_Store -.idea/shelf/ \ No newline at end of file +.idea/shelf/ +test/typings/electron-builder.d.ts \ No newline at end of file diff --git a/.idea/bashsupport_project.xml b/.idea/bashsupport_project.xml new file mode 100644 index 00000000000..5aa825effb2 --- /dev/null +++ b/.idea/bashsupport_project.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index f0ceae48247..d52229a2c3d 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -22,12 +22,14 @@ + +