0.0.11 • Published 7 years ago

steamworks v0.0.11

Weekly downloads
45
License
-
Repository
-
Last release
7 years ago

SteamWorks Generator

Install:

npm install -g steamworks

Usage:

steamworks -c config.yml

Example

config.yml

apps:
    12345:
        description: "A sample application for Steam"
        path: './build'
        depots:
            12346:
                files:
                    - 'windows/*'
                    - '!windows/resources'
                ignore_depth: 1 # will strip off windows from path
            12347:
                files:
                    - 'unix/*'
                    - '!unix/resources'
                ignore_depth: 1
            12348:
                files:
                    - 'darwin/*'
                    - '!darwin/resources'
                ignore_depth: 1
            12356:
                files:
                    - 'windows/resources/*'
                    - '!windows/resources/maps.asar'
                ignore_depth: 1
            12357:
                files:
                    - 'windows/resources/maps.asar'
                ignore_depth: 1

All file entries in depots/id/files are glob patterns relative to the app path

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago