Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Quick fix to include sy.bat; relates to #210
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Sep 4, 2014
1 parent 4adb609 commit 08569c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/gradle/application.distribution.gradle
Expand Up @@ -74,8 +74,8 @@ applicationDistribution.from("${rootProject.projectDir}/") {

// Copy syncany(.bat) to sy(.bat)
from("${startScripts.outputDir}/") {
include "syncany"
rename(/syncany/, 'sy')
include "syncany*"
rename(/syncany(\.bat)?/, 'sy$1')
into "bin"
}
}
Expand Down

0 comments on commit 08569c5

Please sign in to comment.