mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #742] [CLOSED] fix client install directory bug in particular case #1181
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/742
Author: @mwplll
Created: 1/2/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
dbe7a77use 'Common Application Data' replace 'User Application Data' as Client install directory to fix bug in particular case📊 Changes
3 files changed (+3 additions, -3 deletions)
View changed files
📝
Quasar.Server/Build/ClientBuilder.cs(+1 -1)📝
Quasar.Server/Forms/FrmBuilder.Designer.cs(+1 -1)📝
Quasar.Server/Forms/FrmBuilder.cs(+1 -1)📄 Description
use 'Common Application Data' replace 'User Application Data' as Client install directory to fix bug in particular case
https://github.com/quasar/QuasarRAT/issues/741#issue-395170419
Describe the bug
in Client Builder,select "User Application Data" as client install directory,when the server's system login account not exist in client,it does not work.
System
To Reproduce
Steps to reproduce the behavior:
bug code
fix suggestion
use CommonApplicationData replace ApplicationData
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.