Skip to content

Commit 391cefe

Browse files
author
Shogun
committed
Minor fix.
1 parent 2797be6 commit 391cefe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ task :build do
1313
Dir.chdir("src/alfred-chrome/")
1414
system("swift build -Xswiftc -static-stdlib -c release")
1515
FileUtils.mv(".build/release/alfred-chrome", "../..", verbose: true)
16+
Dir.chdir(orig)
1617
end
1718

1819
desc "Cleans the build directories."

0 commit comments

Comments
 (0)