mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 00:23:27 +00:00
change permissions on custom.txt
This commit is contained in:
14
.github/patches/cycle_monitor.diff
vendored
14
.github/patches/cycle_monitor.diff
vendored
@@ -1,5 +1,5 @@
|
|||||||
diff --git a/flutter/lib/desktop/widgets/remote_toolbar.dart b/flutter/lib/desktop/widgets/remote_toolbar.dart
|
diff --git a/flutter/lib/desktop/widgets/remote_toolbar.dart b/flutter/lib/desktop/widgets/remote_toolbar.dart
|
||||||
index 839ea1a81..9cee52263 100644
|
index bc3757f1e..ba6509802 100644
|
||||||
--- a/flutter/lib/desktop/widgets/remote_toolbar.dart
|
--- a/flutter/lib/desktop/widgets/remote_toolbar.dart
|
||||||
+++ b/flutter/lib/desktop/widgets/remote_toolbar.dart
|
+++ b/flutter/lib/desktop/widgets/remote_toolbar.dart
|
||||||
@@ -317,6 +317,7 @@ class _RemoteToolbarState extends State<RemoteToolbar> {
|
@@ -317,6 +317,7 @@ class _RemoteToolbarState extends State<RemoteToolbar> {
|
||||||
@@ -10,7 +10,7 @@ index 839ea1a81..9cee52263 100644
|
|||||||
sessionId: widget.ffi.sessionId,
|
sessionId: widget.ffi.sessionId,
|
||||||
dragging: _dragging,
|
dragging: _dragging,
|
||||||
fractionX: _fractionX,
|
fractionX: _fractionX,
|
||||||
@@ -2460,6 +2460,7 @@ class RdoMenuButton<T> extends StatelessWidget {
|
@@ -2460,6 +2461,7 @@ class RdoMenuButton<T> extends StatelessWidget {
|
||||||
|
|
||||||
class _DraggableShowHide extends StatefulWidget {
|
class _DraggableShowHide extends StatefulWidget {
|
||||||
final String id;
|
final String id;
|
||||||
@@ -18,7 +18,7 @@ index 839ea1a81..9cee52263 100644
|
|||||||
final SessionID sessionId;
|
final SessionID sessionId;
|
||||||
final RxDouble fractionX;
|
final RxDouble fractionX;
|
||||||
final RxBool dragging;
|
final RxBool dragging;
|
||||||
@@ -2472,6 +2472,7 @@ class _DraggableShowHide extends StatefulWidget {
|
@@ -2472,6 +2474,7 @@ class _DraggableShowHide extends StatefulWidget {
|
||||||
const _DraggableShowHide({
|
const _DraggableShowHide({
|
||||||
Key? key,
|
Key? key,
|
||||||
required this.id,
|
required this.id,
|
||||||
@@ -26,7 +26,7 @@ index 839ea1a81..9cee52263 100644
|
|||||||
required this.sessionId,
|
required this.sessionId,
|
||||||
required this.fractionX,
|
required this.fractionX,
|
||||||
required this.dragging,
|
required this.dragging,
|
||||||
@@ -2583,6 +2583,7 @@ class _DraggableShowHideState extends State<_DraggableShowHide> {
|
@@ -2583,6 +2586,7 @@ class _DraggableShowHideState extends State<_DraggableShowHide> {
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
_buildDraggable(context),
|
_buildDraggable(context),
|
||||||
@@ -34,9 +34,9 @@ index 839ea1a81..9cee52263 100644
|
|||||||
Obx(() => buttonWrapper(
|
Obx(() => buttonWrapper(
|
||||||
() {
|
() {
|
||||||
widget.setFullscreen(!isFullscreen.value);
|
widget.setFullscreen(!isFullscreen.value);
|
||||||
@@ -2689,3 +2689,50 @@ Widget _buildPointerTrackWidget(Widget child, FFI? ffi) {
|
@@ -2742,3 +2746,50 @@ class EdgeThicknessControl extends StatelessWidget {
|
||||||
),
|
return slider;
|
||||||
);
|
}
|
||||||
}
|
}
|
||||||
+
|
+
|
||||||
+class _CycleMonitorMenu extends StatelessWidget {
|
+class _CycleMonitorMenu extends StatelessWidget {
|
||||||
|
|||||||
5
.github/workflows/generator-windows.yml
vendored
5
.github/workflows/generator-windows.yml
vendored
@@ -584,6 +584,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo -n "${{ inputs.custom }}" | cat > ./rustdesk/custom.txt
|
echo -n "${{ inputs.custom }}" | cat > ./rustdesk/custom.txt
|
||||||
|
|
||||||
|
- name: change permissions on custom.txt
|
||||||
|
shell: pwsh
|
||||||
|
run: |
|
||||||
|
icalcs ./rustdesk/custom.txt /grant Everyone:(F)
|
||||||
|
|
||||||
- name: Build self-extracted executable
|
- name: Build self-extracted executable
|
||||||
shell: bash
|
shell: bash
|
||||||
if: env.UPLOAD_ARTIFACT == 'true'
|
if: env.UPLOAD_ARTIFACT == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user