UNPKG

shopify-themekit

Version:
8 lines (5 loc) 178 B
const { join } = require('path') const BIN_NAME = process.platform === 'win32' ? 'theme.exe' : 'theme' module.exports = { INSTALL_PATH: join(__dirname, '../bin', BIN_NAME) }