mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 23:54:35 +08:00
支持修改环境变量和 ALIAS
This commit is contained in:
@@ -175,6 +175,8 @@ export default {
|
||||
: this.$root.programs[command.program];
|
||||
option.scptarg = command.scptarg || "";
|
||||
option.charset = command.charset || {};
|
||||
option.envPath = this.$root.nativeProfile.envPath.trim() || "";
|
||||
option.alias = this.$root.nativeProfile.alias.trim() || "";
|
||||
return option;
|
||||
},
|
||||
listenStopSign() {
|
||||
|
||||
Reference in New Issue
Block a user