Use copyfiles with file path as attribute

I want to copy this color.ini file to this location %appdata%/spicetify/Themes/Nord-Spotify, so i put this in package.json and it works

"build-colors": "copyfiles --flat theme/color.ini %appdata%/spicetify/Themes/Nord-Spotify",

But i dont want to specify the folder instead want to specify the file path %appdata%/spicetify/Themes/Nord-Spotify/color.ini