File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,15 @@ runtime {
9898 imageOptions + = [' --icon' , " src/main/resources/images/icon.ico" ]
9999 installerOptions + = [' --win-dir-chooser' , ' --win-menu' , ' --win-shortcut' ]
100100 installerType = ' msi'
101- }n
102- else if (currentOs. linux) {
101+ }else if (currentOs. linux) {
103102 imageOptions + = [' --icon' , " src/main/resources/images/icon.png" ]
104103 installerOptions + = [' --linux-package-name' , " drawingbotv3" ]
105104 installerOptions
+ = [
' --linux-deb-maintainer' ,
" [email protected] " ]
106105 installerOptions + = [' --linux-rpm-license-type' , " GPLv3+" ]
107106 installerOptions + = [' --linux-menu-group' , " Graphics;VectorGraphics;ImageProcessing;Java;" ]
108107 installerOptions + = [' --linux-shortcut' ]
109108 installerType = ' rpm'
110- }
111- else if (currentOs. macOsX) {
109+ }else if (currentOs. macOsX) {
112110 imageOptions + = [' --icon' , " src/main/resources/images/icon.icns" ]
113111 installerOptions + = [' --mac-package-name' , " drawingbotv3" ]
114112 if (project. hasProperty(" developer" )){
You can’t perform that action at this time.
0 commit comments