mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-12-03 02:23:18 +00:00
linux
This commit is contained in:
1
.github/workflows/generator-linux.yml
vendored
1
.github/workflows/generator-linux.yml
vendored
@@ -422,6 +422,7 @@ jobs:
|
||||
export CARGO_INCREMENTAL=0
|
||||
export DEB_ARCH=${{ matrix.job.deb_arch }}
|
||||
echo "$(ls)"
|
||||
echo -n "${{ env.CUSTOM }}" | cat > ./rustdesk/custom.txt
|
||||
echo "${{ inputs.logobase64 }}" | base64 -d > ./rustdesk/data/flutter_assets/assets/logo.png
|
||||
mv ./rustdesk/data/flutter_assets/assets/icon.svg ./rustdesk/data/flutter_assets/assets/icon.svg.bak
|
||||
convert ./res/icon.png ./rustdesk/data/flutter_assets/assets/icon.svg
|
||||
|
||||
@@ -3,7 +3,7 @@ from django import forms
|
||||
class GenerateForm(forms.Form):
|
||||
#Platform
|
||||
platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android (testing now available)')], initial='windows')
|
||||
version = forms.ChoiceField(choices=[('master','beta'),('1.3.1,','1.3.1'),('1.3.0','1.3.0')], initial='1.3.1')
|
||||
version = forms.ChoiceField(choices=[('master','beta'),('1.3.1','1.3.1'),('1.3.0','1.3.0')], initial='1.3.1')
|
||||
delayFix = forms.BooleanField(initial=True, required=False)
|
||||
|
||||
#General
|
||||
|
||||
Reference in New Issue
Block a user