Sha256: 64a8f412a8f0280afd127fa31d38504094fee076d0f73cb62c445721b4075e11

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

#!/bin/bash

input_file=$1
output_file=$2

export BUILDING=true

parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
glfw_path=$parent_path/../glfw-3.4.bin.WIN64

ocran $input_file \
      **/*.png **/*.obj **/*.glsl **/*.vertex_data **/*.index_data **/*.json **/*.csv $glfw_path/**/* src/**/*.rb \
      --output $output_file

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby_rpg-0.0.4 bin/build.bash
ruby_rpg-0.0.3 bin/build.bash