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}.jsonfile in the build folder for a list of files to upload. This file is generated/overwritten on everyvpk packso thatvpk uploadwill only upload files from the most recent pack command. If you re-name your exe , you will have to also update theassets.{channel}.jsonfile.This implementation may change in the future.