If I rename my exe, will upload work? #10
-
We rename each exe to include the version number so we are not overwriting past exe files. Will |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The current implementation of the upload command looks for a This implementation may change in the future. |
Beta Was this translation helpful? Give feedback.
The current implementation of the upload command looks for a
assets.{channel}.json
file in the build folder for a list of files to upload. This file is generated/overwritten on everyvpk pack
so thatvpk upload
will only upload files from the most recent pack command. If you re-name your exe , you will have to also update theassets.{channel}.json
file.This implementation may change in the future.