forked from LANraragi/Karen
Stop using npm to get version number/name
This commit is contained in:
parent
6a63e50849
commit
dd7cbb1a0b
@ -261,8 +261,8 @@ namespace Karen.Interop
|
||||
private string GetVersion()
|
||||
{
|
||||
// Use the included get-version script in LRR to get the version of the distro
|
||||
// wsl.exe -d lanraragi --exec ash -c "cd /home/koyomi/lanraragi && npm run --silent get-version"
|
||||
string oneLiner = "ash -c \"cd /home/koyomi/lanraragi && npm run --silent get-version\" ";
|
||||
// wsl.exe -d lanraragi --exec ash -c "cd /home/koyomi/lanraragi && perl script/get_version"
|
||||
string oneLiner = "ash -c \"cd /home/koyomi/lanraragi && perl script/get_version\" ";
|
||||
|
||||
var proc = new Process
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user