Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bf535577e | |||
| 738099d572 |
13
.github/workflows/program-builder.yml
vendored
Normal file
13
.github/workflows/program-builder.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Building Program
|
||||||
|
run-name: Building ${{ GITHUB.REPOSITORY }}
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- "*"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master
|
||||||
|
secrets: inherit
|
||||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
|||||||
gxde-kernel-manager (1.2.0) UNRELEASED; urgency=medium
|
gxde-kernel-manager (1.2.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* ※1、支持从 apt 源读取内核数据并显示安装
|
* ※1、支持从 apt 源读取内核数据并显示安装
|
||||||
* ※2、支持只显示与当前系统相同架构的内核
|
* ※2、支持只显示与当前系统相同架构的内核
|
||||||
@@ -13,6 +13,5 @@ gxde-kernel-manager (1.2.0) UNRELEASED; urgency=medium
|
|||||||
* ※4. Show a warning message box when removing all kernels.
|
* ※4. Show a warning message box when removing all kernels.
|
||||||
* 5. Optimize the effect of the kernels table.
|
* 5. Optimize the effect of the kernels table.
|
||||||
* 6. Support showing kernel descriptions and versions.
|
* 6. Support showing kernel descriptions and versions.
|
||||||
*
|
|
||||||
|
|
||||||
-- gfdgd_xi <3025613752@qq.com> Sun, 13 Oct 2024 10:08:00 +0800
|
-- gfdgd_xi <3025613752@qq.com> Sun, 13 Oct 2024 10:27:40 +0800
|
||||||
|
|||||||
2
debian/postinst
vendored
2
debian/postinst
vendored
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt update | true
|
#apt update | true
|
||||||
|
|||||||
Reference in New Issue
Block a user