update release script (#255)
This commit is contained in:
parent
6c4af1c9de
commit
4990d23c32
2 changed files with 3 additions and 2 deletions
|
@ -78,8 +78,9 @@ fi
|
|||
|
||||
BUILD_TARGET="x86_64-unknown-linux-musl"
|
||||
BUILD_TARGET2="x86_64-pc-windows-gnu"
|
||||
cross build --release "--target=$BUILD_TARGET"
|
||||
# HACK: build targets in this order to avoid a bug in cross
|
||||
cross build --release "--target=$BUILD_TARGET2"
|
||||
cross build --release "--target=$BUILD_TARGET"
|
||||
|
||||
./scripts/package-deb.sh
|
||||
|
||||
|
|
|
@ -350,7 +350,7 @@ impl Confirmation {
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Deserialize)]
|
||||
#[repr(u32)]
|
||||
#[serde(from = "u32")]
|
||||
/// Source: https://github.com/SteamDatabase/SteamTracking/blob/6e7797e69b714c59f4b5784780b24753c17732ba/Structs/enums.steamd#L1607-L1616
|
||||
/// Source: <https://github.com/SteamDatabase/SteamTracking/blob/6e7797e69b714c59f4b5784780b24753c17732ba/Structs/enums.steamd#L1607-L1616>
|
||||
pub enum ConfirmationType {
|
||||
Test = 1,
|
||||
Trade = 2,
|
||||
|
|
Loading…
Reference in a new issue