Skip to content

Commit

Permalink
Builder fix
Browse files Browse the repository at this point in the history
Don't check Editor folder in the publisher project
  • Loading branch information
weeeBox committed Jul 25, 2015
1 parent 03ce760 commit 46850ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Builder/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace :lunar do
$dir_builder = File.expand_path '.'
$dir_publisher_project = resolve_path "#{$dir_builder}/PublisherProject"
$dir_publisher_project_assets = resolve_path "#{$dir_publisher_project}/Assets"
$dir_publisher_project_assets_editor = resolve_path "#{$dir_publisher_project_assets}/Editor"

$dir_out = File.expand_path 'temp'
$dir_out_packages = "#{$dir_out}/packages"
Expand Down

0 comments on commit 46850ad

Please sign in to comment.