Sha256: ae60e4e82ea642118029ea3e274fff7c3265b92a8839f251ed6b0b157069bec6

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

#!/bin/bash

input_file=$1
output_file=$2

export BUILDING=true

ocran $input_file \
      **/*.png **/*.obj **/*.glsl **/*.vertex_data **/*.index_data **/*.json **/*.csv glfw-3.4.bin.WIN64/**/* src/**/*.rb \
      --output $output_file


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_rpg-0.0.2 lib/build.bash