Skip to content

Commit 3c9af63

Browse files
committed
Make windows comment the correct platform
1 parent dba5534 commit 3c9af63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/public/js/common/configLocation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Configuration {
2828
static get location () {
2929
let userConfigPath = null;
3030

31-
/** Linux platforms - XDG Standard */
31+
/** Windows platform */
3232
if (process.platform === 'win32') {
3333
userConfigPath = `${userHome}/.config/Soundnode`;
3434
}

0 commit comments

Comments
 (0)