mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[PR #773] [CLOSED] Fix some build errors #1182
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#1182
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/773
Author: @fragtion
Created: 8/1/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
07e84fbAdded feature: Request process elevation on executionb725d5aremoved redundant codedbe7a77use 'Common Application Data' replace 'User Application Data' as Client install directory to fix bug in particular case56c1dd4Added .NET Code execution from UIe2f9cd9Merge commit 'refs/pull/742/head' of git://github.com/quasar/QuasarRAT44a8109Merge commit 'refs/pull/700/head' of git://github.com/quasar/QuasarRAT4e331ceFix some build errors...📊 Changes
18 files changed (+1430 additions, -33 deletions)
View changed files
📝
Quasar.Client/Config/Settings.cs(+2 -0)📝
Quasar.Client/Program.cs(+7 -1)📝
Quasar.Server/Build/ClientBuilder.cs(+4 -1)📝
Quasar.Server/Forms/FrmBuilder.Designer.cs(+38 -1)📝
Quasar.Server/Forms/FrmBuilder.cs(+2 -1)➕
Quasar.Server/Forms/FrmExecuteCode.Designer.cs(+331 -0)➕
Quasar.Server/Forms/FrmExecuteCode.cs(+187 -0)➕
Quasar.Server/Forms/FrmExecuteCode.resx(+695 -0)📝
Quasar.Server/Forms/FrmMain.Designer.cs(+22 -11)📝
Quasar.Server/Forms/FrmMain.cs(+10 -0)📝
Quasar.Server/Forms/FrmMain.resx(+16 -16)📝
Quasar.Server/Models/BuildOptions.cs(+1 -0)📝
Quasar.Server/Models/BuilderProfile.cs(+12 -0)📝
Quasar.Server/Properties/Resources.Designer.cs(+53 -1)📝
Quasar.Server/Properties/Resources.resx(+33 -0)📝
Quasar.Server/Quasar.Server.csproj(+16 -1)➕
Quasar.Server/images/code.png(+0 -0)📝
Quasar.Server/packages.config(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.