Skip to content

Commit 36686c6

Browse files
committed
Delete the prefPane Source
or else it will be in the final package. Not sure, why that was in the code in the first place.
1 parent e53493f commit 36686c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/com/inet/gradle/setup/dmg/OSXPrefPaneCreator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ void create( Service service ) throws Exception {
137137
addPlistProperty( servicePLIST, ":starter:" + i + ":asroot", "bool", preferencesLink.isRunAsRoot() ? "YES" : "NO" );
138138
}
139139

140-
// Keep temporary output directory
141-
// ResourceUtils.deleteDirectory( prefPaneSource.toPath() );
140+
ResourceUtils.deleteDirectory( prefPaneSource.toPath() );
142141
/*
143142
// Sign these packages already.
144143
if( task.getCodeSign() != null ) {

0 commit comments

Comments
 (0)