Skip to content

Commit

Permalink
update: avoid tar error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code committed Jun 27, 2024
1 parent 5cca142 commit 290736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ task :build => [:"mruby:init", :build_merge, :build_to_c, :"mruby:build_config",
sh "cp #{MRUBY_BIN}/mruby #{BUILD_DIR}/portable/"
sh "mv #{BUILD_DIR}/main.rb #{BUILD_DIR}/portable/"
sh "rm #{BUILD_DIR}/*.h; rm #{BUILD_DIR}/*.c"
sh "tar -czvf --exclude=#{BUILD_DIR}/app.tar.gz #{BUILD_DIR}/app.tar.gz #{BUILD_DIR}"
sh "tar -czvf --exclude=app.tar.gz #{BUILD_DIR}/app.tar.gz #{BUILD_DIR}"
end


Expand Down

0 comments on commit 290736e

Please sign in to comment.