Skip to content

Commit

Permalink
Fixed package export
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Dec 21, 2016
1 parent e3f2f9d commit 81f8f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builder/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace :lunar do

def extract_package_version(dir_project)

file_version = resolve_path "#{dir_project}/Assets/LunarPlugin/Scripts/LPVersion.cs" # fixme: embed in configuration
file_version = resolve_path "#{dir_project}/Assets/LunarPlugin/Scripts/CVersion.cs" # fixme: embed in configuration
source = File.read file_version

source =~ /VERSION\s+=\s+"(\d+\.\d+.\d+b?)"/
Expand Down

0 comments on commit 81f8f34

Please sign in to comment.